File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -179,6 +179,10 @@ any other maven phase (i.e. compile) then it can be configured as below;
179179 <include >src/test/java/**/*.java</include >
180180 </includes >
181181
182+ <googleJavaFormat /> <!-- has its own section below -->
183+ <eclipse /> <!-- has its own section below -->
184+ <prettier /> <!-- has its own section below -->
185+
182186 <importOrder /> <!-- standard import order -->
183187 <importOrder > <!-- or a custom ordering -->
184188 <wildcardsLast >false</wildcardsLast > <!-- Optional, default false. Sort wildcard import after specific imports -->
@@ -188,10 +192,6 @@ any other maven phase (i.e. compile) then it can be configured as below;
188192
189193 <removeUnusedImports /> <!-- self-explanatory -->
190194
191- <googleJavaFormat /> <!-- has its own section below -->
192- <eclipse /> <!-- has its own section below -->
193- <prettier /> <!-- has its own section below -->
194-
195195 <formatAnnotations /> <!-- fixes formatting of type annotations, see below -->
196196
197197 <licenseHeader >
You can’t perform that action at this time.
0 commit comments