diff --git a/.editorconfig b/.editorconfig index 44e7e6703..2513d2a34 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,10 @@ indent_size = 4 trim_trailing_whitespace = true indent_style = tab tab_width = 4 + +[{pom,wro}.xml] +indent_size = 2 +indent_style = space + +[*.{html,sql,less}] +indent_size = 2