forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
458 B
TOML
31 lines
458 B
TOML
4 years ago
|
indent = [
|
||
|
"while_expression",
|
||
|
"for_expression",
|
||
|
"loop_expression",
|
||
|
"if_expression",
|
||
|
"if_let_expression",
|
||
|
"tuple_expression",
|
||
|
"array_expression",
|
||
|
"use_list",
|
||
|
"block",
|
||
|
"match_block",
|
||
|
"arguments",
|
||
|
"parameters",
|
||
|
"declaration_list",
|
||
|
"field_declaration_list",
|
||
|
"field_initializer_list",
|
||
|
"struct_pattern",
|
||
|
"tuple_pattern",
|
||
|
"enum_variant_list",
|
||
|
"binary_expression",
|
||
|
"field_expression",
|
||
|
"where_clause"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"where",
|
||
|
"}",
|
||
|
"]",
|
||
|
")"
|
||
|
]
|