-
Notifications
You must be signed in to change notification settings - Fork 84
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
java: run clang-format for Java files #55
Comments
Depends on: |
rebello95
added a commit
that referenced
this issue
Jun 10, 2019
`clang-format` can be used for auto-formatting Java files the same way it is for Objective-C and C++. 2 spaces were selected for spacing to maintain parity with upstream. Depends on: envoyproxy/envoy#7210 envoyproxy/envoy#7211 #55 Signed-off-by: Michael Rebello <[email protected]>
Closed
jpsim
pushed a commit
to envoyproxy/envoy
that referenced
this issue
Nov 28, 2022
`clang-format` can be used for auto-formatting Java files the same way it is for Objective-C and C++. 2 spaces were selected for spacing to maintain parity with upstream. Depends on: #7210 #7211 envoyproxy/envoy-mobile#55 Signed-off-by: Michael Rebello <[email protected]> Signed-off-by: JP Simard <[email protected]>
jpsim
pushed a commit
to envoyproxy/envoy
that referenced
this issue
Nov 29, 2022
`clang-format` can be used for auto-formatting Java files the same way it is for Objective-C and C++. 2 spaces were selected for spacing to maintain parity with upstream. Depends on: #7210 #7211 envoyproxy/envoy-mobile#55 Signed-off-by: Michael Rebello <[email protected]> Signed-off-by: JP Simard <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
clang-format
can be used for auto-formatting Java files the same way it is for Objective-C and C++.The text was updated successfully, but these errors were encountered: