From b5414c5f812e4b29f25db423dd0100f1c0ac156f Mon Sep 17 00:00:00 2001 From: crptm Date: Tue, 4 Jul 2017 15:16:08 +0400 Subject: [PATCH] update .editorconfig --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 38de99f8..b05d800f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,7 +4,7 @@ root = true [{*.js,*.jsx}] end_of_line = lf charset = utf-8 -indent_size = 4 +indent_size = 2 indent_style = space trim_trailing_whitespace = true insert_final_newline = true