Quantcast
Channel: JetBrains Developer Community : Thread List - IntelliJ IDEA Users
Viewing all articles
Browse latest Browse all 5661

Blank Line Configuration about Java Code Style

$
0
0

Hello,

I need to keep formatting of property declarations as what I left. I've tried Idea 13 and uninstalled it and now installed Intellij Idea12 Build IU173.12. After that downgrade, Code Style settings become a bit different.

I'm putting a blank line between those 2 statments:

 

privatestaticfinal String A= "a"privatestaticfinal String B = "b";

 

Formatting code trims the line between them. I don't want formatter to change the declarations. If I change Code Style->Java->Blank Lines->Around Field to 1, then Idea puts a line between each field as it implies.

What I want to Idea is, not formatting declarations. If I put a line between them, keep it, or if didn't put a line between them, keep it too.

 

As far as I remember, I don't have an issue like this before.

Thanks.


Viewing all articles
Browse latest Browse all 5661

Trending Articles