Skip to content

Commit 3a82dcc

Browse files
committed
Update import order for wpi
1 parent be7ff72 commit 3a82dcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

google_checks.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,9 @@
154154
<module name="OverloadMethodsDeclarationOrder"/>
155155
<module name="VariableDeclarationUsageDistance"/>
156156
<module name="CustomImportOrder">
157-
<property name="specialImportsRegExp" value="com.google"/>
157+
<property name="specialImportsRegExp" value="edu.wpi"/>
158158
<property name="sortImportsInGroupAlphabetically" value="true"/>
159+
<property name="standardPackageRegExp" value="^(java|javafx|javax)\."/>
159160
<property name="customImportOrderRules" value="STATIC###SPECIAL_IMPORTS###THIRD_PARTY_PACKAGE###STANDARD_JAVA_PACKAGE"/>
160161
</module>
161162
<module name="MethodParamPad"/>

0 commit comments

Comments
 (0)