kickstart.nvim/.stylua.toml
orip e83adfe450 Collapse small functions when formatting
This would allow to write more concise and easy to understands keybinds in
the following commit
2025-04-21 00:32:13 +03:00

8 lines
183 B
TOML

column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "None"
collapse_simple_statement = "FunctionOnly"