forked from Mirrors/helix
feat: add indenting for protobuf
parent
4b45f27a13
commit
2f42b2338e
@ -1 +1 @@
|
||||
Subproject commit a835f2568a8a8cbb7d9c02f2e8bcf98efa745d4e
|
||||
Subproject commit 3eb3da67280d8fc32d644c484d05a6ae7f7e4b8f
|
@ -0,0 +1,12 @@
|
||||
indent = [
|
||||
"messageBody",
|
||||
"enumBody",
|
||||
"oneofBody",
|
||||
"serviceBody",
|
||||
"rpcBody",
|
||||
"msgLit",
|
||||
]
|
||||
|
||||
outdent = [
|
||||
"}",
|
||||
]
|
Loading…
Reference in New Issue