Jonesb63
- Total activity 2
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Disable format of auto line compressing
Answeredif I have public boolean activate() { return true;}intellij compresses it to public boolean activate() { return true; }How do I disable this?