1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-06-02 08:06:07 +02:00

Adjust rust indents

This commit is contained in:
Blaž Hrastnik 2021-05-30 17:13:32 +09:00
parent 87d0617f3b
commit 67b037050f

View File

@ -19,7 +19,8 @@ indent = [
"enum_variant_list",
"binary_expression",
"field_expression",
"where_clause"
"where_clause",
"macro_invocation"
]
outdent = [