aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index d92e5e9..cd9aa7f 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -14,6 +14,11 @@ indent_style = tab
indent_size = 2
tab_width = 8
+[*.xsl]
+indent_style = space
+indent_size = 2
+tab_width = 8
+
[*.py]
indent_style = space
indent_size = 4