We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d07c094 commit 58c9e1dCopy full SHA for 58c9e1d
script/style/checkstyle.xml
@@ -197,9 +197,10 @@
197
<module name="OverloadMethodsDeclarationOrder"/>
198
<module name="VariableDeclarationUsageDistance"/>
199
<module name="CustomImportOrder">
200
- <property name="sortImportsInGroupAlphabetically" value="true"/>
+ <property name="sortImportsInGroupAlphabetically" value="false"/>
201
<property name="separateLineBetweenGroups" value="true"/>
202
- <property name="customImportOrderRules" value="STATIC###THIRD_PARTY_PACKAGE"/>
+ <property name="standardPackageRegExp" value="^(android|com|junit|net|org|java|javax)\."/>
203
+ <property name="customImportOrderRules" value="STANDARD_JAVA_PACKAGE###THIRD_PARTY_PACKAGE###STATIC"/>
204
</module>
205
<module name="MethodParamPad"/>
206
<module name="ParenPad"/>
0 commit comments