mirror of
https://github.com/helix-editor/helix
synced 2024-11-10 10:34:45 +01:00
rust: Indent multi line call expressions one level deeper
This commit is contained in:
parent
f24007b30f
commit
29cefa1be8
@ -10,6 +10,7 @@ indent = [
|
||||
"struct_pattern",
|
||||
"tuple_pattern",
|
||||
"enum_variant_list",
|
||||
"call_expression",
|
||||
"binary_expression",
|
||||
"field_expression",
|
||||
"tuple_expression",
|
||||
|
Loading…
Reference in New Issue
Block a user