diff --git a/.editorconfig b/.editorconfig index eba264699..82cfa5425 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,12 +2,9 @@ root = true [*] indent_style = space -indent_size = 4 +indent_size = 2 trim_trailing_whitespace = true insert_final_newline = true -[package.json] -indent_size = 2 - [md] trim_trailing_whitespace = false