mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
28 lines
399 B
TOML
28 lines
399 B
TOML
indent = [
|
|
"use_list",
|
|
"block",
|
|
"match_block",
|
|
"arguments",
|
|
"parameters",
|
|
"declaration_list",
|
|
"field_declaration_list",
|
|
"field_initializer_list",
|
|
"struct_pattern",
|
|
"tuple_pattern",
|
|
"enum_variant_list",
|
|
"call_expression",
|
|
"binary_expression",
|
|
"field_expression",
|
|
"tuple_expression",
|
|
"array_expression",
|
|
"where_clause",
|
|
"macro_invocation"
|
|
]
|
|
|
|
outdent = [
|
|
"where",
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|