diff --git a/.editorconfig b/.editorconfig index c1b6024..a6009e8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,13 @@ insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 -[*.yml] +[*.{scss,css}] +indent_style = space +indent_size = 2 + +[*.md] +trim_trailing_whitespace = false + +[*.{yml,yaml}] indent_style = space indent_size = 2