Skip to content

Commit 1b8b704

Browse files
committed
Removed the ridiculous chopping down of binary expressions
Instead I propose "Wrap if long".
1 parent 4764465 commit 1b8b704

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/SquareAndroid.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@
184184
<option name="EXTENDS_KEYWORD_WRAP" value="1" />
185185
<option name="THROWS_KEYWORD_WRAP" value="1" />
186186
<option name="METHOD_CALL_CHAIN_WRAP" value="5" />
187-
<option name="BINARY_OPERATION_WRAP" value="5" />
187+
<option name="BINARY_OPERATION_WRAP" value="1" />
188188
<option name="BINARY_OPERATION_SIGN_ON_NEXT_LINE" value="true" />
189189
<option name="TERNARY_OPERATION_WRAP" value="1" />
190190
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true" />

0 commit comments

Comments
 (0)