Skip to content

Commit ca6124c

Browse files
committed
Merge pull request square#2 from square/jw/brances
Put array brances on their own lines.
2 parents f50ffdc + 1f6df4b commit ca6124c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

configs/SquareAndroid.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@
164164
<option name="TERNARY_OPERATION_SIGNS_ON_NEXT_LINE" value="true"/>
165165
<option name="FOR_STATEMENT_WRAP" value="1"/>
166166
<option name="ARRAY_INITIALIZER_WRAP" value="1"/>
167+
<option name="ARRAY_INITIALIZER_LBRACE_ON_NEXT_LINE" value="true"/>
168+
<option name="ARRAY_INITIALIZER_RBRACE_ON_NEXT_LINE" value="true"/>
167169
<option name="ASSIGNMENT_WRAP" value="1"/>
168170
<option name="WRAP_COMMENTS" value="true"/>
169171
<option name="ASSERT_STATEMENT_WRAP" value="1"/>

0 commit comments

Comments
 (0)