mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
editorconfig: Set JS max_line_length = 100, to match eslintrc.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
committed by
Tim Abbott
parent
bbc1484253
commit
cadfda38f3
@@ -14,7 +14,7 @@ indent_size = 4
|
||||
max_line_length = 110
|
||||
|
||||
[*.{js,ts}]
|
||||
max_line_length = 120
|
||||
max_line_length = 100
|
||||
|
||||
[*.{svg,rb,pp,pl}]
|
||||
indent_style = space
|
||||
|
Reference in New Issue
Block a user