Code Formatting: Additional whitespaces for multiline if statement

已回答

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

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

0

请先登录再写评论。