marleyvim/.stylua.toml
punkfairie 6902d22f20
fix: Remove unsupported config options
Not sure if my version is too old? I got those options straight from the
stylua repo...
2024-11-28 12:33:17 -08:00

10 lines
209 B
TOML

column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
collapse_simple_statement = "Never"
[sort_requires]
enabled = true