zig: Improve indentation (#14332)

- Fixes https://github.com/zed-industries/zed/issues/14140
This commit is contained in:
Peter Tripp
2024-07-12 10:24:07 -04:00
committed by GitHub
parent ea26a01f5f
commit 607ad6de3c
+3 -5
View File
@@ -10,11 +10,9 @@
(TestDecl)
] @indent.begin
[
"}"
"]"
")"
] @indent.branch
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent
[
(line_comment)