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;
179
179
<include >src/test/java/**/*.java</include >
180
180
</includes >
181
181
182
+ <googleJavaFormat /> <!-- has its own section below -->
183
+ <eclipse /> <!-- has its own section below -->
184
+ <prettier /> <!-- has its own section below -->
185
+
182
186
<importOrder /> <!-- standard import order -->
183
187
<importOrder > <!-- or a custom ordering -->
184
188
<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;
188
192
189
193
<removeUnusedImports /> <!-- self-explanatory -->
190
194
191
- <googleJavaFormat /> <!-- has its own section below -->
192
- <eclipse /> <!-- has its own section below -->
193
- <prettier /> <!-- has its own section below -->
194
-
195
195
<formatAnnotations /> <!-- fixes formatting of type annotations, see below -->
196
196
197
197
<licenseHeader >
You can’t perform that action at this time.
0 commit comments