initial commit

This commit is contained in:
crow
2025-08-03 15:11:57 -05:00
parent d42d763613
commit 698222fe46
8 changed files with 806 additions and 225 deletions

8
.editorconfig Normal file
View File

@@ -0,0 +1,8 @@
[*]
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 80