mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
10 lines
63 B
TOML
10 lines
63 B
TOML
|
indent = [
|
||
|
"object",
|
||
|
"array"
|
||
|
]
|
||
|
|
||
|
outdent = [
|
||
|
"]",
|
||
|
"}"
|
||
|
]
|