mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-30 14:17:02 +00:00
zig: Improve indentation (#14332)
- Fixes https://github.com/zed-industries/zed/issues/14140
This commit is contained in:
parent
ea26a01f5f
commit
607ad6de3c
1 changed files with 3 additions and 5 deletions
|
@ -10,11 +10,9 @@
|
|||
(TestDecl)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"}"
|
||||
"]"
|
||||
")"
|
||||
] @indent.branch
|
||||
(_ "[" "]" @end) @indent
|
||||
(_ "{" "}" @end) @indent
|
||||
(_ "(" ")" @end) @indent
|
||||
|
||||
[
|
||||
(line_comment)
|
||||
|
|
Loading…
Reference in a new issue