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 987cfa7978..4d9aa6ff2c 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -25,6 +25,11 @@ indent_size = 8
indent_style = space
indent_size = 4
+# WiX. The `xmllint --format` default is two spaces.
+[*.wx?]
+indent_style = spaces
+indent_size = 2
+
# C/C++
[*.{c,cpp,h}]
indent_style = space