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 interface declaration in one single line. |
| wrapDeclBeforeInterface |
Whether to wrap interface declarations before the INTERFACE keyword.
|
| wrapDeclBeforeLCurly | Whether to wrap interface declarations before the opening curly brace. |
public interface Interf { void meth(); }
INTERFACE keyword. Example:
public
interface MyInterf {
Default values are underlined.
For a description of the individual values, click them.