mirror of https://github.com/helix-editor/helix
Add indents definition based on the one from nvim-treesitter
parent
924b7d3b19
commit
9e247bf6ee
@ -0,0 +1,17 @@
|
||||
indent = [
|
||||
"array_creation_expression",
|
||||
"arguments",
|
||||
"formal_parameters",
|
||||
"compound_statement",
|
||||
"declaration_list",
|
||||
"binary_expression",
|
||||
"return_statement",
|
||||
"expression_statement",
|
||||
"switch_block",
|
||||
"anonymous_function_use_clause",
|
||||
]
|
||||
|
||||
oudent = [
|
||||
"}",
|
||||
")",
|
||||
]
|
Loading…
Reference in New Issue