Fix Go select indenting (#5713)

* Fix Go  indenting

* Fix bracket outdent predicate

* Fix brace indenting (again)
This commit is contained in:
gavincrawford 2023-02-08 00:17:34 -07:00 committed by GitHub
parent 05c5207265
commit 00ecc556a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -20,8 +20,9 @@
] @indent
[
"case"
"}"
"]"
")"
] @outdent
((_ "}" @outdent) @outer (#not-kind-eq? @outer "select_statement"))
(communication_case) @extend