Skip to content

Commit cadfda3

Browse files
andersktimabbott
authored andcommitted
editorconfig: Set JS max_line_length = 100, to match eslintrc.
Signed-off-by: Anders Kaseorg <[email protected]>
1 parent bbc1484 commit cadfda3

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
@@ -14,7 +14,7 @@ indent_size = 4
1414
max_line_length = 110
1515

1616
[*.{js,ts}]
17-
max_line_length = 120
17+
max_line_length = 100
1818

1919
[*.{svg,rb,pp,pl}]
2020
indent_style = space

0 commit comments

Comments
 (0)