mirror of https://github.com/helix-editor/helix
And some more indent patterns.
parent
3e5f24a9d5
commit
5edb374237
|
@ -65,6 +65,8 @@ fn calculate_indentation(node: Option<Node>, newline: bool) -> usize {
|
|||
"declaration_list",
|
||||
"field_declaration_list",
|
||||
"field_initializer_list",
|
||||
"struct_pattern",
|
||||
"tuple_pattern",
|
||||
"enum_variant_list",
|
||||
// "function_item",
|
||||
// "closure_expression",
|
||||
|
|
Loading…
Reference in New Issue