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