diff --git a/.editorconfig b/.editorconfig index 66e2e1452..db95cd12c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,11 +13,7 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false -[*.yml] -indent_size = 2 -indent_style = space - -[*.js] +[*.{yml,js,json,css,scss}] indent_size = 2 indent_style = space