Add editor config

This commit is contained in:
Przemek Grondek 2022-09-03 15:36:13 +02:00
parent 57b595556c
commit ed022553b9

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[{*.c, *.h}]
indent_style = tab
end_of_line = lf
tab_width = 4
trim_trailing_whitespace = true