marleyvim/.stylua.toml

11 lines
209 B
TOML
Raw Normal View History

2024-11-28 10:59:14 -08:00
column_width = 80
2024-11-27 20:38:07 -08:00
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
2024-11-28 10:59:14 -08:00
call_parentheses = "Always"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true