13 lines
181 B
TOML
13 lines
181 B
TOML
indent = [
|
|
"let_binding",
|
|
"type_binding",
|
|
"structure",
|
|
"signature",
|
|
"record_declaration",
|
|
"function_expression",
|
|
"match_case",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
]
|