6bfd001b48
use latest upstream version move comptime from @keyword.function to @keyword.directive use AssignOp enhance indents
16 lines
162 B
TOML
16 lines
162 B
TOML
indent = [
|
|
"Block",
|
|
"BlockExpr",
|
|
"ContainerDecl",
|
|
"SwitchExpr",
|
|
"AssignExpr",
|
|
"ErrorUnionExpr",
|
|
"Statement",
|
|
"InitList"
|
|
]
|
|
|
|
outdent = [
|
|
"}",
|
|
"]",
|
|
")"
|
|
]
|