Initial commit

This commit is contained in:
2025-10-22 20:40:25 +03:00
commit 63d038ee63
57 changed files with 104378 additions and 0 deletions

17
.editorconfig Normal file
View File

@@ -0,0 +1,17 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.{h,cpp,json,sh,bat,ps1,ld}]
indent_style = tab
indent_size = 4
[*.py]
indent_style = space
indent_size = 2