diff --git a/queries/proto/indents.scm b/queries/proto/indents.scm new file mode 100644 index 000000000..4307b2a19 --- /dev/null +++ b/queries/proto/indents.scm @@ -0,0 +1,11 @@ +[ + (message_body) + (enum_body) +] @indent.begin + +"}" @indent.end @indent.branch + +[ + (ERROR) + (comment) +] @indent.auto