Tiwanicki
- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
Created Confgure IntelliJ to add blank line before return statement
AnsweredIs there a way to configure IntelliJ to automatically insert a blank line before return statement when using CTRL + ALT + L? Here's how my code looks: public static String getValue() { Str...