Add rustfmt and stylua configs

This commit is contained in:
lumi 2025-06-23 09:28:04 +10:00
parent 9f76dff977
commit 300b4539bd
Signed by: luaneko
GPG Key ID: 406809B8763FF07A
2 changed files with 8 additions and 0 deletions

1
rustfmt.toml Normal file
View File

@ -0,0 +1 @@
max_width = 100

7
stylua.toml Normal file
View File

@ -0,0 +1,7 @@
syntax = "LuaJIT"
indent_type = "Spaces"
indent_width = 2
column_width = 100
quote_style = "ForceDouble"
call_parentheses = "NoSingleTable"
collapse_simple_statement = "ConditionalOnly"