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

Skip to content

Commit e1a6199

Browse files
author
John Rodriguez
committed
Don't force align Groovy list and map literals
1 parent 90cdbf1 commit e1a6199

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configs/codestyles/SquareAndroid.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,10 @@
7272
</value>
7373
</option>
7474
</AndroidXmlCodeStyleSettings>
75+
<GroovyCodeStyleSettings>
76+
<option name="ALIGN_MULTILINE_LIST_OR_MAP" value="false" />
77+
<option name="ALIGN_NAMED_ARGS_IN_MAP" value="false" />
78+
</GroovyCodeStyleSettings>
7579
<JavaCodeStyleSettings>
7680
<option name="CLASS_NAMES_IN_JAVADOC" value="3" />
7781
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />

0 commit comments

Comments
 (0)