diff --git a/.editorconfig b/.editorconfig index a5b2820028..d8d99a4baa 100644 --- a/.editorconfig +++ b/.editorconfig @@ -22,6 +22,9 @@ indent_size = 2 [*.json] indent_size = 2 +[*.scss] +indent_size = 2 + [*.md] trim_trailing_whitespace = false