From f6972f147cc6d4728a014f0eca5eb6f6ca93ea91 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Fri, 29 Mar 2019 16:16:04 +0100 Subject: [PATCH] Reintroduce .editorconfig and suggest tab usage This time we don't impose 8-space tabulators, but merely suggest text editors to use tabulator indenting. Otherwise, Visual Studio IDE configured to use spaces instead of tabulators keeps corrupting indentation. Signed-off-by: Simon Rozman --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ddceb3c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,2 @@ +[*.{c,h,inf}] +indent_style = tab