- Disallow multiple empty lines
This rule aims to reduce the scrolling required when reading through your code. It will warn when the maximum amount of empty lines has been exceeded.
Specifies a maximum number of consecutive empty lines.
Specifies a maximum number of consecutive empty lines at the end of files.
Specifies a maximum number of consecutive empty lines at the beginning of files.
You can check them out here.