mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-26 19:33:30 +04:00
14 lines
181 B
TOML
14 lines
181 B
TOML
indent = [
|
|
"let_binding",
|
|
"type_binding",
|
|
"structure",
|
|
"signature",
|
|
"record_declaration",
|
|
"function_expression",
|
|
"match_case",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
]
|