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
When contributing it's easier if there is a gradle task that can take care of formatting the Java files according to the project's desired format, rather than manually maintaining the format and manually correcting checkstyle errors.
Doing a clean checkout and running the gradle tasks doesn't show any Java file formatter
./gradlew tasks
Please add a Java File formatter plugin to this project that conforms to the project's desired style, so it'll be easier and faster to make pull requests and contributions. Please also do a one time run over the entire project, so the entire project is consistently formatted.
The text was updated successfully, but these errors were encountered:
When contributing it's easier if there is a gradle task that can take care of formatting the Java files according to the project's desired format, rather than manually maintaining the format and manually correcting checkstyle errors.
Doing a clean checkout and running the gradle tasks doesn't show any Java file formatter
Please add a Java File formatter plugin to this project that conforms to the project's desired style, so it'll be easier and faster to make pull requests and contributions. Please also do a one time run over the entire project, so the entire project is consistently formatted.
The text was updated successfully, but these errors were encountered: