nvim-lua.kickstart.nvim/.stylua.toml
orip f4300d0146 Collapse small functions when formatting
This would allow to write more concise and easy to understands keybinds in
the following commit
2025-05-11 09:06:48 +03:00

7 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"