Interface | Description |
---|---|
FormatterStep |
An implementation of this class specifies a single step in a formatting process.
|
LineEnding.Policy |
A policy for line endings which can vary based on the specific file being requested.
|
Class | Description |
---|---|
FormatExtension |
Adds a `spotless{Name}Check` and `spotless{Name}Apply` task.
|
FormatTask | |
Formatter |
Formatter which performs the full formatting.
|
FormatterStep.FileIndependent |
A FormatterStep which doesn't depend on the input file.
|
IndentStep |
Simple step which checks for consistent indentation characters.
|
LicenseHeaderStep |
Prefixes a license header before the package statement.
|
SpotlessExtension | |
SpotlessPlugin |
Enum | Description |
---|---|
IndentStep.Type | |
LineEnding |
Represents the line endings which should be written by the tool.
|