feat(goctl): add indents

This commit is contained in:
zhaown 2024-07-11 00:36:01 +08:00 committed by GitHub
parent d5969c481e
commit 656ac24233
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

15
queries/goctl/indents.scm Normal file
View file

@ -0,0 +1,15 @@
[
(importGroup)
(typeGroupSpec)
(structType)
(infoStatement)
(serviceServerSpec)
(serviceSpec)
] @indent.begin
[
")"
"}"
] @indent.branch @indent.end
(comment) @indent.ignore