Skip to content

Commit 95d6b0e

Browse files
committed
Merge pull request square#26 from square/jw/wrap
Wrap method params and call arguments when long.
2 parents 0dcc97d + e3f260d commit 95d6b0e

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)