-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Consider following the Protocol Buffer style guide #3
Comments
Awesome, thanks will review and incorporate asap. |
@springmeyer the work would entail:
The field names in vector_tile.proto suit the style guide already. |
The upper casing of enums would also fix this problem I'm having with protoc-c: |
springmeyer
pushed a commit
that referenced
this issue
Jul 28, 2014
Follow protobuf style guide in proto - closes #3
springmeyer
pushed a commit
that referenced
this issue
Jul 28, 2014
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Protocol Buffers offers a style guide for
.proto
files. Please consider following it.https://developers.google.com/protocol-buffers/docs/style
The text was updated successfully, but these errors were encountered: