initial commit

This commit is contained in:
2023-06-11 17:20:51 -06:00
commit d906bea781
6 changed files with 1074 additions and 0 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true