TiDB protobuf files
Install google/protobuf
We use protoc 3.5.1, to download: protobuf/releases/tag/v3.5.1
To avoid IDE-induced diffs, we use buf format to keep .proto files consistently formatted.
- Check formatting (also runs as part of
make check):make proto-fmt-check - Format in-place:
make proto-fmt
makeNOTE: Do not forget to update the dependent projects!