initial commit

This commit is contained in:
2024-08-31 22:36:09 -06:00
commit 61460f0180
18 changed files with 1646 additions and 0 deletions

6
stylua.toml Normal file
View File

@@ -0,0 +1,6 @@
call_parentheses = "None"
collapse_simple_statement = "Always"
column_width = 120
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"