Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 443 Bytes

File metadata and controls

13 lines (10 loc) · 443 Bytes

GoogleStyle

Google's Java Code Style as a scheme for IntelliJ IDEA.

Optimized for IntelliJ 2016.3+

How to install

  1. Download the .xml file from this repo.
  2. Go to Preferences > Editor > Code Style.
  3. Click "Manage...", then "Import".
  4. Pick "IntelliJ IDEA code style XML" and pick your file.

IntelliJ will now automatically format your Java code according to Google!