Skip to content

Commit d7cd9fd

Browse files
committed
No reordering
1 parent 9553e60 commit d7cd9fd

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

plugin-gradle/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,8 @@ spotless {
285285
}
286286
```
287287

288+
This does not re-order annotations, it just removes incorrect newlines.
289+
288290

289291
<a name="applying-to-groovy-source"></a>
290292

plugin-maven/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,8 @@ To fix the incorrect formatting, add the `typeAnnotations()` rule after a Java f
286286
<typeAnnotations />
287287
```
288288

289+
This does not re-order annotations, it just removes incorrect newlines.
290+
289291
## Groovy
290292

291293
[code](https://github.com/diffplug/spotless/blob/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/groovy/Groovy.java). [available steps](https://github.com/diffplug/spotless/tree/main/plugin-maven/src/main/java/com/diffplug/spotless/maven/groovy).

0 commit comments

Comments
 (0)