Skip to content

Commit 8bd8639

Browse files
Promote line length of 80 in editors
to increase readability and align with prettier settings
1 parent 4436da9 commit 8bd8639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.editorconfig

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ root = true
33
[*]
44
indent_style = tab
55
trim_trailing_whitespace = true
6-
max_line_length = 140
6+
max_line_length = 80
77
end_of_line = lf
88
insert_final_newline = true

0 commit comments

Comments
 (0)