initial commit, compiles

This commit is contained in:
Lexxy Fox
2023-11-01 10:10:05 -05:00
commit 04fac81a8e
7 changed files with 2031 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_size = 2
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
# ex:se ft=ini