aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-06-26 14:52:38 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2019-07-03 08:50:30 +0000
commit5bbff1026fbec8ba138d7c6ab0626dfadcc6ce2f (patch)
tree41a5defea7c3499576b7f6a8a9ce0e76607d8e36 /.editorconfig
parentMap user buffer only once (diff)
downloadwintun-5bbff1026fbec8ba138d7c6ab0626dfadcc6ce2f.tar.xz
wintun-5bbff1026fbec8ba138d7c6ab0626dfadcc6ce2f.zip
Add NDIS team's clang-format conventions
This needs clang-format 9. This reveals a lot of other things we should clean up. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Link: https://community.osr.com/discussion/291376/clang-format-and-driver-code
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig
index 3ca70e6..6eee1a2 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,5 +1,6 @@
[*.{c,h,inf,rc,wxs}]
-indent_style = tab
+indent_style = space
+indent_style = 4
[*.{proj,props,vcxproj,wixproj}]
indent_style = space