mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-10 14:46:04 +03:00
Add indents definition based on the one from nvim-treesitter
This commit is contained in:
parent
924b7d3b19
commit
9e247bf6ee
17
runtime/queries/php/indents.toml
Normal file
17
runtime/queries/php/indents.toml
Normal file
@ -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
Block a user