From 912d5bef5ce5d1ace1dd5a2c3511b4a6b8ae0730 Mon Sep 17 00:00:00 2001 From: Florent Cailhol Date: Wed, 30 May 2018 13:06:10 +0200 Subject: [PATCH] Use same settings for editorconfig and prettier --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index f537e0e64..451371612 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,11 +2,11 @@ root = true [*] indent_style = tab -indent_size = 4 +indent_size = 2 charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -max_line_length = 233 +max_line_length = 80 [.prettierrc] indent_style = space