stylua.toml

1column_width = 120
2line_endings = "Unix"
3indent_type = "Tabs"
4indent_width = 4
5quote_style = "AutoPreferDouble"
6call_parentheses = "Always"
7collapse_simple_statement = "Never"