Wdv50jkc
- Total activity 4
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 2
- Subscriptions 1
-
Wdv50jkc created a post, AnsweredIntellij code style linewrap braceless if
How do I set the Java code style to insert line breaks into braceless if statements? like this: if (condition) doSomething(); ==> if (condition) doSomething(); Thank you!