First, download the style configuration.
curl https://raw.githubusercontent.com/google/styleguide/gh-pages/intellij-java-google-style.xml -o ~/Downloads/intellij-java-google-style.xml
Install it in IntelliJ:
- Go to
Preferences > Editor > Code Style
- Press the little cog:
Import Scheme > IntelliJ IDEA code style XML
- Select the file we just downloaded
- Select
GoogleStyle
in the drop down - You're done!