The phrase "wrap before X" means that a line break and spaces appear right before "X", such that "X" is vertically aligned with the first token in the immediately preceding line.
| Name | Description |
|---|---|
| allowOneLineDecl | Whether to allow a complete class declaration in one single line. |
| wrapDeclBeforeClass |
Whether to wrap class declarations before the CLASS keyword.
|
| wrapDeclBeforeLCurly | Whether to wrap class declarations before the opening curly brace. |
public class Pojo { int fld; }
CLASS keyword. Example:
public static final
class MyClass {
Default values are underlined.
For a description of the individual values, click them.