chore: Update Stylua config

This commit is contained in:
punkfairie 2024-11-28 10:59:14 -08:00
parent 39baab2302
commit 9dbbd6742d
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -1,6 +1,12 @@
syntax = "Lua51"
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "NoSingleTable"
# collapse_simple_statement = "Never"
call_parentheses = "Always"
space_after_function_names = "Never"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true