Skip to content

Commit e3f260d

Browse files
committedDec 23, 2015
Wrap method params and call arguments when long.
1 parent 0dcc97d commit e3f260d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎configs/codestyles/SquareAndroid.xml

+2
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@
227227
</codeStyleSettings>
228228
<codeStyleSettings language="kotlin">
229229
<option name="ALIGN_MULTILINE_PARAMETERS" value="false" />
230+
<option name="CALL_PARAMETERS_WRAP" value="1" />
231+
<option name="METHOD_PARAMETERS_WRAP" value="1" />
230232
<indentOptions>
231233
<option name="INDENT_SIZE" value="2" />
232234
<option name="CONTINUATION_INDENT_SIZE" value="4" />

0 commit comments

Comments
 (0)
Please sign in to comment.