dotfiles/.stylua.toml

8 lines
177 B
TOML
Raw Permalink Normal View History

2022-10-11 07:40:50 +02:00
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferDouble"
collapse_simple_statement = "Never"
call_parentheses = "Always"