We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50424aa commit 5fcfd45Copy full SHA for 5fcfd45
README.md
@@ -70,6 +70,12 @@ By default, only `--replace` is used.
70
--skip-removing-unused-imports
71
Do not remove unused imports. Imports will still be sorted.
72
73
+--skip-reflowing-long-strings
74
+ (JDK 11+) Do not reflow string literals that exceed the column limit.
75
+
76
+--skip-javadoc-formatting
77
+ (JDK 11+) Do not reformat javadoc.
78
79
--dry-run, -n
80
Prints the paths of the files whose contents would change if the formatter were run normally.
81
0 commit comments