mirror of https://github.com/zulip/zulip.git
editorconfig: Set JS max_line_length = 100, to match eslintrc.
Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
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
|
||||
|
|
Loading…
Reference in New Issue