We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f75a36b commit 23c03e8Copy full SHA for 23c03e8
pom.xml
@@ -302,18 +302,10 @@
302
<version>2.44.2</version>
303
<configuration>
304
<java>
305
- <palantirJavaFormat>
306
- <style>PALANTIR</style>
+ <googleJavaFormat>
307
<formatJavadoc>true</formatJavadoc>
308
- </palantirJavaFormat>
309
- <indent>
310
- <tabs>true</tabs>
311
- <spacesPerTab>4</spacesPerTab>
312
- </indent>
313
314
- <spaces>true</spaces>
315
- <spacesPerTab>2</spacesPerTab>
316
+ </googleJavaFormat>
+ <removeUnusedImports />
317
</java>
318
</configuration>
319
</plugin>
@@ -395,4 +387,4 @@
395
387
</build>
396
388
</profile>
397
389
</profiles>
398
-</project>
390
+</project>
0 commit comments