diff --git a/.editorconfig b/.editorconfig index eec7c6c..9fd9d1d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -6,7 +6,7 @@ end_of_line = lf insert_final_newline = true indent_style = tab -[*.{yml,yaml,json,ts,js}] +[*.{yml,yaml,json,ts,js,scss}] indent_style = space indent_size = 2 insert_final_newline = false