2021-05-14 12:21:46 +02:00
|
|
|
indent = [
|
|
|
|
"use_list",
|
|
|
|
"block",
|
|
|
|
"match_block",
|
|
|
|
"arguments",
|
|
|
|
"parameters",
|
|
|
|
"declaration_list",
|
|
|
|
"field_declaration_list",
|
|
|
|
"field_initializer_list",
|
|
|
|
"struct_pattern",
|
|
|
|
"tuple_pattern",
|
|
|
|
"enum_variant_list",
|
2021-07-24 08:33:55 +02:00
|
|
|
"call_expression",
|
2021-05-14 12:21:46 +02:00
|
|
|
"binary_expression",
|
|
|
|
"field_expression",
|
2021-07-24 08:31:03 +02:00
|
|
|
"tuple_expression",
|
|
|
|
"array_expression",
|
2021-05-30 10:13:32 +02:00
|
|
|
"where_clause",
|
|
|
|
"macro_invocation"
|
2021-05-14 12:21:46 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
outdent = [
|
|
|
|
"where",
|
|
|
|
"}",
|
|
|
|
"]",
|
|
|
|
")"
|
|
|
|
]
|