diff --git a/.editorconfig b/.editorconfig index d6a6c38ae..880f0cb6f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ charset = utf-8 end_of_line = lf insert_final_newline = true -[*.{js,php,vue}] +[*.{js,php,vue,scss}] indent_style = tab insert_final_newline = true