diff options
Diffstat (limited to 'runtime/queries/zig/indents.toml')
-rw-r--r-- | runtime/queries/zig/indents.toml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/zig/indents.toml b/runtime/queries/zig/indents.toml deleted file mode 100644 index 36ba8e55..00000000 --- a/runtime/queries/zig/indents.toml +++ /dev/null @@ -1,16 +0,0 @@ -indent = [ - "Block", - "BlockExpr", - "ContainerDecl", - "SwitchExpr", - "AssignExpr", - "ErrorUnionExpr", - "Statement", - "InitList" -] - -outdent = [ - "}", - "]", - ")" -] |