Skip to content

Handle single statement condition blocks better

Waqar Ahmed requested to merge work/385472 into master

See test case for full detail of what is fixed. Essentially it is that if you have something like:

    if (true)
        doWork();

and the cursor is on the semicolon, pressing enter should decrease indent level to that of the if statement.

BUG: 385472

Merge request reports