aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig
index 6eee1a2..15595b4 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,7 +1,7 @@
-[*.{c,h,inf,rc,wxs}]
+[*.{c,h,inf,rc}]
indent_style = space
indent_style = 4
-[*.{proj,props,vcxproj,wixproj}]
+[*.{proj,props,vcxproj,wixproj,wxs}]
indent_style = space
indent_size = 2