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:
parent
6ba2408cdf
commit
f4300d0146
4 changed files with 29 additions and 85 deletions
|
|
@ -4,3 +4,4 @@ indent_type = "Spaces"
|
|||
indent_width = 2
|
||||
quote_style = "AutoPreferSingle"
|
||||
call_parentheses = "None"
|
||||
collapse_simple_statement = "FunctionOnly"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue