diff --git a/.editorconfig b/.editorconfig index 650b9ee1..ce7c96f4 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,6 +12,9 @@ trim_trailing_whitespace = true indent_size = 4 indent_style = space +[*.sass] +indent_size = 2 + [*.vue] indent_size = 2