pom
This commit is contained in:
14
my/pom.xml
14
my/pom.xml
@@ -174,6 +174,20 @@
|
|||||||
<artifactId>spotless-maven-plugin</artifactId>
|
<artifactId>spotless-maven-plugin</artifactId>
|
||||||
<version>${spotless-maven-plugin.version}</version>
|
<version>${spotless-maven-plugin.version}</version>
|
||||||
<configuration>
|
<configuration>
|
||||||
|
<lineEndings>WINDOWS</lineEndings>
|
||||||
|
<formats>
|
||||||
|
<format>
|
||||||
|
<includes>
|
||||||
|
<include>src/**</include>
|
||||||
|
</includes>
|
||||||
|
<trimTrailingWhitespace/>
|
||||||
|
<endWithNewline/>
|
||||||
|
<indent>
|
||||||
|
<tabs>true</tabs>
|
||||||
|
<spacesPerTab>4</spacesPerTab>
|
||||||
|
</indent>
|
||||||
|
</format>
|
||||||
|
</formats>
|
||||||
<java>
|
<java>
|
||||||
<palantirJavaFormat>
|
<palantirJavaFormat>
|
||||||
<version>${palantir-java-format.version}</version>
|
<version>${palantir-java-format.version}</version>
|
||||||
|
|||||||
Reference in New Issue
Block a user