1
0
mirror of https://github.com/helix-editor/helix synced 2026-01-24 17:10:36 +01:00
helix/runtime/queries/rust/indents.toml

28 lines
399 B
INI

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",
"}",
"]",
")"
]