zig: Improve indentation (#14332)

- Fixes https://github.com/zed-industries/zed/issues/14140
This commit is contained in:
Peter Tripp 2024-07-12 14:24:07 +00:00 committed by GitHub
parent ea26a01f5f
commit 607ad6de3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,11 +10,9 @@
(TestDecl)
] @indent.begin
[
"}"
"]"
")"
] @indent.branch
(_ "[" "]" @end) @indent
(_ "{" "}" @end) @indent
(_ "(" ")" @end) @indent
[
(line_comment)