2021-06-10 03:07:24 +02:00
|
|
|
indent = [
|
2021-08-08 06:26:30 +02:00
|
|
|
# "function",
|
|
|
|
"bind",
|
|
|
|
"assert",
|
|
|
|
"with",
|
2021-06-10 03:07:24 +02:00
|
|
|
"let",
|
2021-08-08 06:26:30 +02:00
|
|
|
"if",
|
|
|
|
|
2021-06-10 03:07:24 +02:00
|
|
|
"attrset",
|
|
|
|
"list",
|
|
|
|
"indented_string",
|
2021-08-08 06:26:30 +02:00
|
|
|
"parenthesized",
|
|
|
|
]
|
|
|
|
|
|
|
|
outdent = [
|
|
|
|
"}",
|
|
|
|
"]",
|
2021-06-10 03:07:24 +02:00
|
|
|
]
|