diff --git a/.editorconfig b/.editorconfig index cd9aa7f6..2bd707e8 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,12 +9,7 @@ indent_style = tab indent_size = 8 max_line_length = 80 -[*.xml] -indent_style = tab -indent_size = 2 -tab_width = 8 - -[*.xsl] +[*.{xml,xsl}] indent_style = space indent_size = 2 tab_width = 8