## What happened? While using the Maven plugin `spotless-maven-plugin:2.37.0`, I can instruct it to use the GOOGLE `style`. ```xml <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": <img width="1026" alt="image" src="https://github.com/palantir/palantir-java-format/assets/3803770/af23ef06-272f-4125-906a-45f74b36bf0a"> ## What did you want to happen? I would like to enable the GOOGLE style while using the IntelliJ plugin.