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:
parent
cf01a7ded2
commit
f6972f147c
2
.editorconfig
Normal file
2
.editorconfig
Normal file
@ -0,0 +1,2 @@
|
||||
[*.{c,h,inf}]
|
||||
indent_style = tab
|
Loading…
Reference in New Issue
Block a user