diff --git a/.editorconfig b/.editorconfig index 4a5babf151d3..be10d26ceddc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -23,3 +23,7 @@ trim_trailing_whitespace = false # Patch files [*.patch.*] trim_trailing_whitespace = false + +# XSL files +[*.xsl] +indent_style = tab