initial version (alpha)

This commit is contained in:
Danny Morabito 2025-10-12 13:01:25 -05:00
commit b39d63702e
Signed by: dannym
GPG key ID: 7CC8056A5A04557E
122 changed files with 15911 additions and 0 deletions

9
.editorconfig Normal file
View file

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