chore(git): add editorconfig

This commit is contained in:
illyum 2024-09-20 11:05:36 -06:00
parent 5e76c8a382
commit 933bf16737

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.cpp]
indent_style = space
indent_size = 4
[*.hpp]
indent_style = space
indent_size = 4
charset = utf-8
[Makefile]
indent_style = tab
[*.bin]
binary = true