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