aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorSimon Rozman <simon@rozman.si>2019-03-29 06:04:45 +0100
committerSimon Rozman <simon@rozman.si>2019-03-29 06:05:17 +0100
commitcf01a7ded291093a8b11d0e03c233b8010ca31ae (patch)
tree075855df342a0e0efa00e29a3c5cbdfc6b795ee7 /.editorconfig
parentAdd link to readme (diff)
downloadwintun-cf01a7ded291093a8b11d0e03c233b8010ca31ae.tar.xz
wintun-cf01a7ded291093a8b11d0e03c233b8010ca31ae.zip
Use tabs for indentation and spaces for horizontal alignment
Screen is a valuable real-estate on small displays or when working in less than maximized or full-screen Visual Studio IDE. This commit replaces tabulators used for horizontal alignment with spaces, and stops imposing 8-space tabulators on everyone. Signed-off-by: Simon Rozman <simon@rozman.si>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
deleted file mode 100644
index faf7cbf..0000000
--- a/.editorconfig
+++ /dev/null
@@ -1,3 +0,0 @@
-[*.{c,h,inf}]
-indent_style = tab
-indent_size = 8