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.
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 = [
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|