Skip to content

Commit 29e0e94

Browse files
committed
Ensure line-break after last attribute.
1 parent 501f4d7 commit 29e0e94

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

configs/codestyles/SquareAndroid.xml

+5
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
<option name="ENUM_CONSTANTS_WRAP" value="1" />
7272
<AndroidXmlCodeStyleSettings>
7373
<option name="USE_CUSTOM_SETTINGS" value="true" />
74+
<option name="LAYOUT_SETTINGS">
75+
<value>
76+
<option name="INSERT_LINE_BREAK_AFTER_LAST_ATTRIBUTE" value="true" />
77+
</value>
78+
</option>
7479
</AndroidXmlCodeStyleSettings>
7580
<JavaCodeStyleSettings>
7681
<option name="CLASS_NAMES_IN_JAVADOC" value="3" />

0 commit comments

Comments
 (0)