Fix Go select indenting (#5713)

* Fix Go  indenting

* Fix bracket outdent predicate

* Fix brace indenting (again)
pull/5/head
gavincrawford 1 year ago committed by GitHub
parent 05c5207265
commit 00ecc556a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save