diff --git a/.editorconfig b/.editorconfig index c6ff04681..d79cf6f2d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ indent_size = 4 trim_trailing_whitespace = true insert_final_newline = true -[*.{js,css}] +[*.{js,css,scss}] indent_style = space indent_size = 2