Skip to content

Commit 86cf5fd

Browse files
author
Soroosh Sarabadani
committed
add fmt-maven-plugin
1 parent 8aa933b commit 86cf5fd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,14 @@
128128
</includes>
129129
</configuration>
130130
</plugin>
131+
<plugin>
132+
<groupId>com.coveo</groupId>
133+
<artifactId>fmt-maven-plugin</artifactId>
134+
<version>2.10</version>
135+
<configuration>
136+
<style>google</style>
137+
</configuration>
138+
</plugin>
131139
</plugins>
132140
</build>
133141

0 commit comments

Comments
 (0)