Added the "no-indent-if-after-else" and "line-between-members" parameters.

The "no-indent-if-after-else" parameter removes extra indentation made by default when an "if" statement comes on the next line after "else".

The "line-between-members" parameter ensures an empty line between class members.

Please refer to the examples in the documentation for details.

Merge request reports

Loading