500 B
500 B
Code Style
Configure Java Style for IntelliJ
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
GoogleStylein the drop down - You're done!