Collapse small functions when formatting

This would allow to write more concise and easy to understands keybinds in
the following commit
This commit is contained in:
orip 2025-04-18 19:18:57 +03:00
parent 6ba2408cdf
commit f4300d0146
4 changed files with 29 additions and 85 deletions

View file

@ -4,3 +4,4 @@ indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "None"
collapse_simple_statement = "FunctionOnly"