aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/zig/indents.toml
blob: 88f88e16bc077892da377b71b6d4e69ebc756b4b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
indent = [
 "Block",
 "BlockExpr",
 "ContainerDecl",
 "SwitchExpr",
 "InitList"
]

outdent = [
 "}",
 "]",
 ")"
]