Skip to content

Commit 5854793

Browse files
committed
Document that formatter does not order imports
Closes gh-77
1 parent 4724560 commit 5854793

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ If you want to enforce that all code matches the required style, add the followi
6767
</build>
6868
----
6969

70+
NOTE: The source formatter does not fundamentally change your code.
71+
For example, it will not change the order of import statements.
72+
It is effectively limited to adding or removing whitespace and line feeds.
73+
7074
=== Checkstyle
7175

7276
To enforce checksyle conventions add the checkstyle plugin and include a dependency on `spring-javaformat-checkstyle`:

0 commit comments

Comments
 (0)