File tree Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Expand file tree Collapse file tree 1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -152,14 +152,15 @@ or apply the formatting to the files.
152152 -V, --version Print version information and exit.
153153
154154Available formatting steps:
155- clang-format Runs clang-format
156- clean-that CleanThat enables automatic refactoring of Java code.
157- format-annotations Corrects line break formatting of type annotations in
158- java files.
159- google-java-format Runs google java format
160- license-header Runs license header
161- palantir-java-format Runs palantir java format
162- prettier Runs prettier, the opinionated code formatter.
155+ clang-format Runs clang-format
156+ clean-that CleanThat enables automatic refactoring of Java code.
157+ format-annotations Corrects line break formatting of type annotations in
158+ java files.
159+ google-java-format Runs google java format
160+ license-header Runs license header
161+ palantir-java-format Runs palantir java format
162+ prettier Runs prettier, the opinionated code formatter.
163+ remove-unused-imports Removes unused imports from Java files.
163164
164165Possible exit codes:
165166 0 Successful formatting.
You can’t perform that action at this time.
0 commit comments