avante.nvim/stylua.toml
Aaron Pham 0d8098e4eb
fix(style): add parentheses (#471)
Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
2024-09-03 05:12:07 -04:00

7 lines
151 B
TOML

indent_type = "Spaces"
indent_width = 2
column_width = 119
line_endings = "Unix"
quote_style = "AutoPreferDouble"
collapse_simple_statement = "Always"