diff --git a/.editorconfig b/.editorconfig index 9dca9dab..0701177e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -34,3 +34,7 @@ indent_size = 2 [CMakeLists.txt] indent_style = space indent_size = 2 + +[*.scss] +indent_style = tab +indent_size = 4