mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 19:33:30 +04:00
24 lines
317 B
TOML
24 lines
317 B
TOML
|
|
||
|
indent = [
|
||
|
"block",
|
||
|
"arguments",
|
||
|
"parameter",
|
||
|
"class_definition",
|
||
|
"trait_definition",
|
||
|
"object_definition",
|
||
|
"function_definition",
|
||
|
"val_definition",
|
||
|
"import_declaration",
|
||
|
"while_expression",
|
||
|
"do_while_expression",
|
||
|
"for_expression",
|
||
|
"try_expression",
|
||
|
"match_expression"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"}",
|
||
|
"]",
|
||
|
")"
|
||
|
]
|