- The opening brace of a block is at the end of the line preceding the block.
- Indentation width is 4 spaces.
- A new class or method is followed by an empty line
public void formattingExample() {
}
public void formattingExample() {
}