Skip to content

Commit 9cd6675

Browse files
committed
Merge pull request square#13 from rynkowsg/master
Removed the ridiculous chopping down of binary expressions
2 parents 4764465 + 1b8b704 commit 9cd6675

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)