Class declaration |
- Same line – (default) Brace for class declaration appears at the same line as the declaration
- Next line – Brace for class declaration appears at the line after the declaration
|
Constructor declaration |
- Same line – (default) Brace for constructor appears at the same line as the declaration
- Next line – Brace for constructor appears at the line after the declaration
|
Method declaration |
- Same line – (default) Brace for method appears at the same line as the declaration
- Next line – Brace for method appears at the line after the declaration
|
Enum declaration |
- Same line – (default) Brace for enumeration appears at the same line as the declaration
- Next line – Brace for enumeration to appear at the line after the declaration
|
Annotation type declaration |
- Same line – (default) Brace for annotation type appears at the same line as the declaration
- Next line – Brace for annotation type appears at the line after the declaration
|
Indentation policy |
- Tabs – (default) Use a tab of space as indentation
- Spaces – Use spaces as indentation. The number of spaces can be defined below
|
Indentation size |
The number of spaces to indent. |