diff --git a/.editorconfig b/.editorconfig index d27bd05b8a..c5e0c369eb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -24,10 +24,15 @@ space_after_anonymous_functions = true spaces_in_brackets = false # No Standard. Please document a standard if different from .js -[**.yml, **.html, **.css] +[**.yml, **.css] trim_trailing_whitespace = true indent_style = tab +[**.html] +trim_trailing_whitespace = true +indent_style = space +indent_size = 2 + # No standard. Please document a standard if different from .js [**.md] indent_style = tab