Skip to content

Commit

Permalink
Also wrap single statements
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed May 10, 2020
1 parent 54c238c commit 10eeaa2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/IntelliJ Code Style.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
</option>
</JavaCodeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="KEEP_CONTROL_STATEMENT_IN_ONE_LINE" value="false" />
<option name="KEEP_BLANK_LINES_IN_DECLARATIONS" value="1" />
<option name="KEEP_BLANK_LINES_IN_CODE" value="1" />
<option name="KEEP_BLANK_LINES_BEFORE_RBRACE" value="0" />
Expand Down

0 comments on commit 10eeaa2

Please sign in to comment.