Add .editorconfig

This commit is contained in:
Ivan R. 2024-12-15 23:04:15 +05:00
parent b38a17e8f2
commit 2e63da4741
Signed by: lumin
GPG key ID: E0937DC7CD6D3817
5 changed files with 17 additions and 5 deletions

12
.editorconfig Normal file
View file

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