forked from Mirrors/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
385 B
TOML
29 lines
385 B
TOML
3 years ago
|
indent = [
|
||
|
"array",
|
||
|
"object",
|
||
|
"arguments",
|
||
|
"formal_parameters",
|
||
|
|
||
|
"statement_block",
|
||
|
"object_pattern",
|
||
|
"class_body",
|
||
|
"named_imports",
|
||
|
|
||
|
"binary_expression",
|
||
|
"return_statement",
|
||
|
"template_substitution",
|
||
|
# (expression_statement (call_expression))
|
||
|
"export_clause",
|
||
|
|
||
|
# typescript
|
||
|
"enum_declaration",
|
||
|
"interface_declaration",
|
||
|
"object_type",
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"}",
|
||
|
"]",
|
||
|
")"
|
||
|
]
|