Skip to content

Commit b1ec61b

Browse files
committed
Disable new line after multiline when statement
1 parent dfcee12 commit b1ec61b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

configs/codestyles/SquareAndroid.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,6 +260,7 @@
260260
<option name="FIELD_ANNOTATION_WRAP" value="1" />
261261
<option name="ENUM_CONSTANTS_WRAP" value="2" />
262262
<option name="ALLOW_TRAILING_COMMA" value="true" />
263+
<option name="LINE_BREAK_AFTER_MULTILINE_WHEN_ENTRY" value="false" />
263264
<indentOptions>
264265
<option name="INDENT_SIZE" value="2" />
265266
<option name="CONTINUATION_INDENT_SIZE" value="2" />
@@ -418,4 +419,4 @@
418419
</rules>
419420
</arrangement>
420421
</codeStyleSettings>
421-
</code_scheme>
422+
</code_scheme>

0 commit comments

Comments
 (0)