mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 09:56:19 +04:00
21 lines
284 B
TOML
21 lines
284 B
TOML
|
indent = [
|
||
|
"class_body",
|
||
|
"function_body",
|
||
|
"function_expression_body",
|
||
|
"declaration",
|
||
|
"initializers",
|
||
|
"switch_block",
|
||
|
"if_statement",
|
||
|
"formal_parameter_list",
|
||
|
"formal_parameter",
|
||
|
"list_literal",
|
||
|
"return_statement",
|
||
|
"arguments"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"}",
|
||
|
"]",
|
||
|
")"
|
||
|
]
|