Add rustfmt and stylua configs
This commit is contained in:
parent
9f76dff977
commit
300b4539bd
1
rustfmt.toml
Normal file
1
rustfmt.toml
Normal file
@ -0,0 +1 @@
|
||||
max_width = 100
|
7
stylua.toml
Normal file
7
stylua.toml
Normal 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"
|
Loading…
x
Reference in New Issue
Block a user