Pattern: Malformed empty lines around braces
Issue: -
Enforces one configurable number of lines after opening class/interface/trait brace and one empty line before the closing brace.
Rule provides the following settings:
linesCountAfterOpeningBrace
: allows to configure the number of lines after opening brace.linesCountBeforeClosingBrace
: allows to configure the number of lines before closing brace.