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