Skip to content

Commit

Permalink
Merge pull request #56 from jrodbx/jrod/groovy-no-align
Browse files Browse the repository at this point in the history
Don't force align Groovy list and map literals
  • Loading branch information
JakeWharton committed Mar 28, 2018
2 parents 90cdbf1 + e1a6199 commit 8a1d1a7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions configs/codestyles/SquareAndroid.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@
</value>
</option>
</AndroidXmlCodeStyleSettings>
<GroovyCodeStyleSettings>
<option name="ALIGN_MULTILINE_LIST_OR_MAP" value="false" />
<option name="ALIGN_NAMED_ARGS_IN_MAP" value="false" />
</GroovyCodeStyleSettings>
<JavaCodeStyleSettings>
<option name="CLASS_NAMES_IN_JAVADOC" value="3" />
<option name="CLASS_COUNT_TO_USE_IMPORT_ON_DEMAND" value="999" />
Expand Down

0 comments on commit 8a1d1a7

Please sign in to comment.