This commit is contained in:
pika 2025-03-28 13:03:36 +01:00
commit ca57342a54
14 changed files with 965 additions and 0 deletions

7
.stylua.toml Normal file
View file

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