In-statement indentation
in_statement_indentation
Description
Checks alignment within statements which span multiple lines.
Extended Information
Lines following the first line should be indented once (2 spaces).
For block declaration statements, lines after the first should be indented an additional time (default: +2 spaces)
to distinguish them better from code within the block.