Disable format of auto line compressing

已回答

if I have

 

public boolean activate() {
return true;
}

intellij compresses it to

public boolean activate() {    return true;    }

How do I disable this?

 

0

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

0

请先登录再写评论。