aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-07-22 07:36:21 +0000
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-02 09:43:32 +0000
commit22e2da002d8ad18b3d3f1286191f03854939f3c4 (patch)
treeca211b7743fa5e018694f11efb717621a9b13f25 /.editorconfig
parentUse explicit running boolean and use set instead of exchange (diff)
downloadwintun-22e2da002d8ad18b3d3f1286191f03854939f3c4.tar.xz
wintun-22e2da002d8ad18b3d3f1286191f03854939f3c4.zip
Rewrite installer logic in C
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
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