feat(proto): add indents

This commit is contained in:
LeviOP 2024-08-24 13:09:11 -05:00 committed by Christian Clason
parent 081dfa6e0f
commit bef7ec6f7a

11
queries/proto/indents.scm Normal file
View file

@ -0,0 +1,11 @@
[
(message_body)
(enum_body)
] @indent.begin
"}" @indent.end @indent.branch
[
(ERROR)
(comment)
] @indent.auto