Skip to content

Commit 23c03e8

Browse files
committed
back to google
1 parent f75a36b commit 23c03e8

File tree

1 file changed

+4
-12
lines changed

1 file changed

+4
-12
lines changed

pom.xml

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -302,18 +302,10 @@
302302
<version>2.44.2</version>
303303
<configuration>
304304
<java>
305-
<palantirJavaFormat>
306-
<style>PALANTIR</style>
305+
<googleJavaFormat>
307306
<formatJavadoc>true</formatJavadoc>
308-
</palantirJavaFormat>
309-
<indent>
310-
<tabs>true</tabs>
311-
<spacesPerTab>4</spacesPerTab>
312-
</indent>
313-
<indent>
314-
<spaces>true</spaces>
315-
<spacesPerTab>2</spacesPerTab>
316-
</indent>
307+
</googleJavaFormat>
308+
<removeUnusedImports />
317309
</java>
318310
</configuration>
319311
</plugin>
@@ -395,4 +387,4 @@
395387
</build>
396388
</profile>
397389
</profiles>
398-
</project>
390+
</project>

0 commit comments

Comments
 (0)