How to reduce double indent on nested statements without braces

If I write nested loops / nested if statement within a loop without using braces and a newline after the outer loop, CLion still double indents the code within the block.

Here's the current behaviour

Here's what I'd like to change it to:

 

Is there any way I can achieve that? Thanks a lot for your time.

0

Please sign in to leave a comment.