add .editorconfig

This commit is contained in:
Gabor Kiss-Vamosi
2019-01-18 06:59:16 +01:00
parent 7b193a40ef
commit a005c62d17
+7
View File
@@ -0,0 +1,7 @@
[*.{c,h}]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
insert_final_newline = true