We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
orig: message Demo1Req { int32 a = 1; }
expected: message Demo1Req { int32 a = 1; }
I would like to ask how to put the curly braces on the same line as the message/enum/service name?
The text was updated successfully, but these errors were encountered:
@BrentHuang protolint doesn't support formatting these curly braces. Is it worth adding this enhancement? Let me know what you think.
Sorry, something went wrong.
some programming style similar to c++
No branches or pull requests
orig:
message Demo1Req
{
int32 a = 1;
}
expected:
message Demo1Req {
int32 a = 1;
}
I would like to ask how to put the curly braces on the same line as the message/enum/service name?
The text was updated successfully, but these errors were encountered: