mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
## Description Add a cmd to docker image and use it to format our proto files. This avoids developers the need to install clang-format Closes: #XXX
9 lines
146 B
JSON
9 lines
146 B
JSON
{
|
|
"protoc": {
|
|
"options": [
|
|
"--proto_path=${workspaceRoot}/proto",
|
|
"--proto_path=${workspaceRoot}/third_party/proto"
|
|
]
|
|
}
|
|
}
|