What happened?
While using the Maven plugin spotless-maven-plugin:2.37.0, I can instruct it to use the GOOGLE style.
<palantirJavaFormat>
<style>GOOGLE</style>
</palantirJavaFormat>
However using the latest version of palantir-java-format IntelliJ plugin, I only have the default option "Palantir Java style":
What did you want to happen?
I would like to enable the GOOGLE style while using the IntelliJ plugin.