editorconfig: Set JS max_line_length = 100, to match eslintrc.

Signed-off-by: Anders Kaseorg <anders@zulipchat.com>
This commit is contained in:
Anders Kaseorg 2019-10-11 20:21:40 -07:00 committed by Tim Abbott
parent bbc1484253
commit cadfda38f3
1 changed files with 1 additions and 1 deletions

View File

@ -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