mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 18:06:18 +04:00
19 lines
161 B
TOML
19 lines
161 B
TOML
indent = [
|
|
# "function",
|
|
"bind",
|
|
"assert",
|
|
"with",
|
|
"let",
|
|
"if",
|
|
|
|
"attrset",
|
|
"list",
|
|
"indented_string",
|
|
"parenthesized",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
]
|