initial commit

This commit is contained in:
Squibid 2025-11-30 22:30:46 -05:00
commit 86177a190e
Signed by: squibid
GPG key ID: BECE5684D3C4005D
9 changed files with 420 additions and 0 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://editorconfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.zig]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true