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 <simon@rozman.si>
This commit is contained in:
Simon Rozman 2019-03-29 16:16:04 +01:00
parent cf01a7ded2
commit f6972f147c

2
.editorconfig Normal file
View File

@ -0,0 +1,2 @@
[*.{c,h,inf}]
indent_style = tab