diff options
Diffstat (limited to 'helix-22.03-x86_64-windows/runtime/queries/protobuf/indents.toml')
-rw-r--r-- | helix-22.03-x86_64-windows/runtime/queries/protobuf/indents.toml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/helix-22.03-x86_64-windows/runtime/queries/protobuf/indents.toml b/helix-22.03-x86_64-windows/runtime/queries/protobuf/indents.toml new file mode 100644 index 0000000..e655f8d --- /dev/null +++ b/helix-22.03-x86_64-windows/runtime/queries/protobuf/indents.toml @@ -0,0 +1,12 @@ +indent = [ + "messageBody", + "enumBody", + "oneofBody", + "serviceBody", + "rpcBody", + "msgLit", +] + +outdent = [ + "}", +] |