diff --git a/.editorconfig b/.editorconfig index 6f313c6a..996e734f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,8 +8,8 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true +[{*.html, *.less, *.js}] +indent_size = 2 + [*.md] trim_trailing_whitespace = false - -[*.yml] -indent_size = 2