From cadfda38f332c0c70bf2abce164235a798661293 Mon Sep 17 00:00:00 2001 From: Anders Kaseorg Date: Fri, 11 Oct 2019 20:21:40 -0700 Subject: [PATCH] editorconfig: Set JS max_line_length = 100, to match eslintrc. Signed-off-by: Anders Kaseorg --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 603043d641..be0a01585b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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