Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 1.12 KB

How-to.md

File metadata and controls

17 lines (9 loc) · 1.12 KB

IDE configuration tips

IntelliJ IDEA formatter

  1. Copy intellij-java-google-style.xml into your config/codestyles folder in your IntelliJ IDEA settings folder.

  2. Under Settings > Code Style select the GoogleStyle as current code style for the project.

Tip: You can create a symbolic link to formatter file in jvm-bloggers project directory from the config/codestyles directory. Still you need to restart IDEA to see the changes.

Eclipse formatter

  1. Under File > Import select Preferences and press Next > button. Then form Import Preferences dialog Browse for the eclipse-java-google-style.epf file and import it by pressing Finish.

NetBeans formatter

Unfortunately there is no formatter for NetBeans with Google Java Style. You can try to use Eclipse Java Code Formatter Integration for NetBeans.