mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
And some more indent patterns.
This commit is contained in:
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
Block a user