Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.blocks |
Contains the Block checks that are bundled with the main distribution.
|
Modifier and Type | Field and Description |
---|---|
static RightCurlyOption |
RightCurlyOption.ALONE
Represents the policy that the brace must be alone on the line.
|
static RightCurlyOption |
RightCurlyOption.SAME
Represents the policy that the brace must be on the same line as the
next statement.
|