aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-03-08 22:33:15 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2019-03-22 16:52:31 -0600
commit03479caf9db3447310f33a6711416a63bf6b0001 (patch)
tree23039eab9707d3ad244266f605506ea0f22eca71 /.editorconfig
downloadwintun-03479caf9db3447310f33a6711416a63bf6b0001.tar.xz
wintun-03479caf9db3447310f33a6711416a63bf6b0001.zip
Initial commit
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..faf7cbf
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,3 @@
+[*.{c,h,inf}]
+indent_style = tab
+indent_size = 8