jecs/stylua.toml

12 lines
219 B
TOML
Raw Permalink Normal View History

column_width = 120
line_endings = "Unix"
indent_type = "Tabs"
indent_width = 4
quote_style = "ForceDouble"
call_parentheses = "Always"
collapse_simple_statement = "Never"
2024-11-22 21:14:10 +00:00
syntax = "Luau"
[sort_requires]
enabled = true