diff options
| -rw-r--r-- | queries/proto/indents.scm | 11 |
1 files changed, 11 insertions, 0 deletions
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 |
