Initial commit

This commit is contained in:
2026-06-19 13:31:37 -04:00
commit 829e07ad19
17 changed files with 5795 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = tab
indent_size = 4
quote_type = single
tab_width = 4