Adjust rust indents
This commit is contained in:
parent
87d0617f3b
commit
67b037050f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ indent = [
|
|||
"enum_variant_list",
|
||||
"binary_expression",
|
||||
"field_expression",
|
||||
"where_clause"
|
||||
"where_clause",
|
||||
"macro_invocation"
|
||||
]
|
||||
|
||||
outdent = [
|
||||
|
|
Loading…
Reference in a new issue