Skip to content

Commit

Permalink
[Project] Updated intellij formatter.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
eitch committed Nov 23, 2023
1 parent 589f251 commit 6ee6326
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/resources/dev/intellij/formatter.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<code_scheme name="strolch" version="173">
<code_scheme name="strolch copy" version="173">
<JavaCodeStyleSettings>
<option name="ANNOTATION_PARAMETER_WRAP" value="1" />
<option name="JD_ADD_BLANK_AFTER_PARM_COMMENTS" value="true" />
Expand All @@ -24,7 +24,9 @@
<option name="THROWS_KEYWORD_WRAP" value="1" />
<option name="METHOD_CALL_CHAIN_WRAP" value="5" />
<option name="WRAP_FIRST_METHOD_IN_CALL_CHAIN" value="true" />
<option name="BINARY_OPERATION_WRAP" value="1" />
<option name="PARENTHESES_EXPRESSION_LPAREN_WRAP" value="true" />
<option name="BINARY_OPERATION_WRAP" value="5" />
<option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
<option name="TERNARY_OPERATION_WRAP" value="1" />
<option name="FOR_STATEMENT_WRAP" value="1" />
<option name="ARRAY_INITIALIZER_WRAP" value="1" />
Expand Down

0 comments on commit 6ee6326

Please sign in to comment.