Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 1f6df4b

Browse files
committed
Put array brances on their own lines.
e.g., ``` private static final String[] THINGS = { "All", "The", "Things!" }; ```
1 parent 2da36f6 commit 1f6df4b

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)