diff --git a/.editorconfig b/.editorconfig index 2b6d1dc..99557a1 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,11 +5,10 @@ root = true end_of_line = lf insert_final_newline = true - # Matches multiple files with brace expansion notation # Set default charset [*.{js,jsx,html,sass}] charset = utf-8 -indent_style = tab +indent_style = space indent_size = 2 trim_trailing_whitespace = true