feat: initial commit

This commit is contained in:
Barrett Ruth 2026-03-27 16:46:28 -04:00
commit c4da2cda2a
No known key found for this signature in database
GPG key ID: A6C96C9349D2FC81
23 changed files with 3743 additions and 0 deletions

9
.editorconfig Normal file
View file

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