This commit is contained in:
2024-04-02 17:54:40 +03:00
parent 8c21959c4f
commit c7f448b091
6 changed files with 321 additions and 0 deletions

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[{Makefile, *.mk}]
indent_style = tab
[*.{c,cpp,h,hpp}]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false