Added .editorconfig.

This commit is contained in:
flash 2025-04-11 19:12:29 +00:00
parent ef8557504b
commit d21c36e1b2
Signed by: flash
GPG key ID: 2C9C2C574D47FE3E

11
.editorconfig Normal file
View file

@ -0,0 +1,11 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
[Makefile]
indent_style = tab