mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-24 10:26:18 +04:00
13 lines
99 B
TOML
13 lines
99 B
TOML
|
indent = [
|
||
|
"block",
|
||
|
"match_block",
|
||
|
"arguments",
|
||
|
"parameters"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"}",
|
||
|
"]",
|
||
|
")"
|
||
|
]
|