summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.editorconfig6
1 files changed, 1 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index be10d26ceddc..1ca7843d26fb 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -11,7 +11,7 @@ charset = utf-8
trim_trailing_whitespace = true
# Source code files
-[*.{c,cxx,cpp,h,hxx,hpp,java,py}]
+[*.{c,cxx,cpp,h,hxx,hpp,java,py,xsl}]
indent_style = space
indent_size = 4
@@ -23,7 +23,3 @@ trim_trailing_whitespace = false
# Patch files
[*.patch.*]
trim_trailing_whitespace = false
-
-# XSL files
-[*.xsl]
-indent_style = tab