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 15595b4..d5f42f1 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,7 +1,7 @@
[*.{c,h,inf,rc}]
indent_style = space
-indent_style = 4
+indent_size = 4
-[*.{proj,props,vcxproj,wixproj,wxs}]
+[*.{proj,props,vcxproj,filters}]
indent_style = space
indent_size = 2