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?
请先登录再写评论。
Looks like you have the method folded. Please see this option: