Skip to content

Commit

Permalink
Update intellij codestyle (#14290)
Browse files Browse the repository at this point in the history
  • Loading branch information
gortiz authored Oct 25, 2024
1 parent 7c0c53f commit 4909b24
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/codestyle-intellij.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
</codeStyleSettings>
<codeStyleSettings language="JAVA">
<option name="RIGHT_MARGIN" value="120"/>
<option name="KEEP_LINE_BREAKS" 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 All @@ -206,7 +205,7 @@
<option name="THROWS_LIST_WRAP" value="1"/>
<option name="EXTENDS_KEYWORD_WRAP" value="1"/>
<option name="THROWS_KEYWORD_WRAP" value="2"/>
<option name="METHOD_CALL_CHAIN_WRAP" value="1"/>
<option name="METHOD_CALL_CHAIN_WRAP" value="5"/>
<option name="BINARY_OPERATION_WRAP" value="1"/>
<option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true"/>
<option name="TERNARY_OPERATION_WRAP" value="1"/>
Expand Down

0 comments on commit 4909b24

Please sign in to comment.