Initial commit

This commit is contained in:
MDS
2026-01-02 18:52:59 +01:00
parent 8923a4cfd2
commit db7dd381ff
6 changed files with 1045 additions and 0 deletions

7
.stylua.toml Normal file
View File

@@ -0,0 +1,7 @@
column_width = 85
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
collapse_simple_statement = "Always"