feat: add indenting for protobuf

This commit is contained in:
Yusuf Bera Ertan 2021-08-18 14:31:21 +03:00 committed by Blaž Hrastnik
parent 4b45f27a13
commit 2f42b2338e
2 changed files with 13 additions and 1 deletions

@ -1 +1 @@
Subproject commit a835f2568a8a8cbb7d9c02f2e8bcf98efa745d4e
Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f

View file

@ -0,0 +1,12 @@
indent = [
"messageBody",
"enumBody",
"oneofBody",
"serviceBody",
"rpcBody",
"msgLit",
]
outdent = [
"}",
]