Code Formatting: Additional whitespaces for multiline if statement

Answered

Hi,

is there any code style option to allow something like

if (   x > 5
    && y < 5
&& times > 10) {

so the different statements are aligned horizontally and additional whitespaces are added in the first line?

 

Best regards,

Marius

1
1 comment

There is no such option, please raise a feature request at https://youtrack.jetbrains.com/issues

0

Please sign in to leave a comment.