Having standard Javadoc comments, like: ``` /** * <h3>Logging Configuration</h3> * ... ``` After running... ``` spotless { java { googleJavaFormat('1.3') // indents with 2 spaces indentWithTabs(2) } } ``` All Javadoc stars are in the fly-on-the-left-wall position: ``` /** * <h3>Logging Configuration</h3> * ... ``` See https://github.com/junit-team/junit5/compare/google_java_format#diff-65f0a88c2a9307f19525f2d3c03dc8f3 for a complete example.
Having standard Javadoc comments, like:
After running...
All Javadoc stars are in the fly-on-the-left-wall position:
See https://github.com/junit-team/junit5/compare/google_java_format#diff-65f0a88c2a9307f19525f2d3c03dc8f3 for a complete example.