Initial commit

This commit is contained in:
2024-07-23 03:24:18 +03:00
commit db99878f27
2 changed files with 435 additions and 0 deletions

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
# EditorConfig is awesome: https://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2