kickstart.nvim/.stylua.toml
orip 3d4208666d Collapse small functions when formatting
This would allow to write more concise and easy to understands keybinds in
the following commit
2025-04-18 19:21:35 +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"