Disable format of auto line compressing

Answered

if I have

 

public boolean activate() {
return true;
}

intellij compresses it to

public boolean activate() {    return true;    }

How do I disable this?

 

0
1 comment

Looks like you have the method folded. Please see this option:

0

Please sign in to leave a comment.