In-statement indentation

 home quick fix whitespace  single file  edit

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.

Default Configuration

Hover to see descriptions, Ctrl+Space for suggestions

Examples