Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.whitespace |
Contains the Whitespace checks that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
static PadOption |
PadOption.NOSPACE
Represents no spacing following a left parenthesis
or preceding a right one.
|
static PadOption |
PadOption.SPACE
Represents mandatory spacing following a left parenthesis
and preceeing a right one.
|