punkfairie
6902d22f20
Not sure if my version is too old? I got those options straight from the stylua repo...
10 lines
209 B
TOML
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
|