18 lines
249 B
TOML
18 lines
249 B
TOML
|
indent = [
|
||
|
"function",
|
||
|
"identifier",
|
||
|
"method_invocation",
|
||
|
"if_statement",
|
||
|
"unless_statement",
|
||
|
"if_simple_statement",
|
||
|
"unless_simple_statement",
|
||
|
"variable_declaration",
|
||
|
"block",
|
||
|
"list_item",
|
||
|
"word_list_qw"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"}"
|
||
|
]
|