Initial commit

This commit is contained in:
2025-02-02 14:43:08 +10:00
commit 572a83bce6
6 changed files with 215 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
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
[*.{c,cpp,h,hpp}]
clang-format-style = file