chore: Update Stylua config
This commit is contained in:
parent
39baab2302
commit
9dbbd6742d
1 changed files with 8 additions and 2 deletions
10
.stylua.toml
10
.stylua.toml
|
@ -1,6 +1,12 @@
|
||||||
|
syntax = "Lua51"
|
||||||
|
column_width = 80
|
||||||
line_endings = "Unix"
|
line_endings = "Unix"
|
||||||
indent_type = "Spaces"
|
indent_type = "Spaces"
|
||||||
indent_width = 2
|
indent_width = 2
|
||||||
quote_style = "AutoPreferSingle"
|
quote_style = "AutoPreferSingle"
|
||||||
call_parentheses = "NoSingleTable"
|
call_parentheses = "Always"
|
||||||
# collapse_simple_statement = "Never"
|
space_after_function_names = "Never"
|
||||||
|
collapse_simple_statement = "Never"
|
||||||
|
|
||||||
|
[sort_requires]
|
||||||
|
enabled = true
|
||||||
|
|
Loading…
Reference in a new issue