Created
May 15, 2023 03:02
-
-
Save yangl/a09e8ba115186925660ec38702917e3a to your computer and use it in GitHub Desktop.
palantir-java-format is supported by spotless out of the box. https://github.com/palantir/palantir-java-format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<plugin> | |
<groupId>com.diffplug.spotless</groupId> | |
<artifactId>spotless-maven-plugin</artifactId> | |
<version>${spotless.version}</version> | |
<configuration> | |
<java> | |
<palantirJavaFormat> | |
<!-- Optionally specify a version --> | |
<version>${palantirJavaFormat.version}</version> | |
</palantirJavaFormat> | |
</java> | |
</configuration> | |
</plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment