mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
zig: Improve indentation (#14332)
- Fixes https://github.com/zed-industries/zed/issues/14140
This commit is contained in:
parent
ea26a01f5f
commit
607ad6de3c
@ -10,11 +10,9 @@
|
||||
(TestDecl)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
")"
|
||||
] @indent.branch
|
||||
(_ "[" "]" @end) @indent
|
||||
(_ "{" "}" @end) @indent
|
||||
(_ "(" ")" @end) @indent
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
|
Loading…
Reference in New Issue
Block a user