To export code style settings from IntelliJ IDEA to a file, go to
Settings | Editor | Code Style and click on the gear icon next to the scheme name.
If you have your code style settings checked into version control (in your .idea directory),
you can use the active code style directly in Spotless without exporting it to a file.
The file can be found at .idea/codeStyles/Project.xml.
More details can be found in the IntelliJ IDEA documentation for the command line formatter, which is what Spotless uses under the hood.
