Add .editorconfig

This commit is contained in:
0x1eef 2024-05-12 19:11:57 -03:00
parent 7a43c9c1a0
commit fd7e5e26f4

9
.editorconfig Normal file
View file

@ -0,0 +1,9 @@
[*]
end_of_line = lf
insert_final_newline = true
[Makefile]
indent_style = tab
[*.{c,h}]
indent_size = 4