Skip to content

indentWithTabs removes leading single space #81

@sormuras

Description

@sormuras

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions