mirror of https://github.com/helix-editor/helix
Adjust rust indents
parent
87d0617f3b
commit
67b037050f
|
@ -19,7 +19,8 @@ indent = [
|
||||||
"enum_variant_list",
|
"enum_variant_list",
|
||||||
"binary_expression",
|
"binary_expression",
|
||||||
"field_expression",
|
"field_expression",
|
||||||
"where_clause"
|
"where_clause",
|
||||||
|
"macro_invocation"
|
||||||
]
|
]
|
||||||
|
|
||||||
outdent = [
|
outdent = [
|
||||||
|
|
Loading…
Reference in New Issue