You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should add some sort of Java code format check to our CI workflow. We enforce formatting with cargo fmt across all our Rust code, but have nothing for Java.
Two options I'm aware of:
clang-format. This does actually support Java code formatting. Very configurable, which in some ways is not a feature for a formatting tool.
Category
Internal refactors/changes
Describe the feature you'd like to request
We should add some sort of Java code format check to our CI workflow. We enforce formatting with
cargo fmt
across all our Rust code, but have nothing for Java.Two options I'm aware of:
format: off
directive.Describe alternatives you've considered
.
Additional context
No response
Is this something that you'd be interested in working on?
The text was updated successfully, but these errors were encountered: