18 lines
161 B
TOML
18 lines
161 B
TOML
indent = [
|
|
# "function",
|
|
"bind",
|
|
"assert",
|
|
"with",
|
|
"let",
|
|
"if",
|
|
|
|
"attrset",
|
|
"list",
|
|
"indented_string",
|
|
"parenthesized",
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
]
|