So, I'm new to the Intellij Idea IDE, and still enjoy it a lot. I just had problems with the code style settings exactly as I like them for Java. I'm a fan of not using curly braces for one line if statements, but I like them to be on two lines:
if(true) dosomething();
Right now, when I run the code formatting in Idea, it moves up one line:
if(true) dosomething();
and I find it very difficult to read, but it seems like I can't configure the settings correctly. Can someone help me and tell me what I need to keep it on two lines, but still no braces? You feel pretty stupid, unable to find him. Thanks!
java intellij-idea ide
Evan frisch
source share