Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 760 Bytes

File metadata and controls

29 lines (19 loc) · 760 Bytes

Java Code Styles

IntelliJ IDEA code style settings for Square's Java and Android projects.

Installation

Windows

  • Run the install.sh script.
  • Restart IntelliJ if it's running.
  • Open IntelliJ Project Settings -> Code Styles, change the code style for the project to the one you want.

MacOS

  • Download file
  • Copy codestyles folder into ~/Library/Preferences/AndroidStudioX.X/codestyles
  • Create the codestyles directory, if it does not exist.
  • Open IntelliJ Project Settings -> Code Styles, change the code style for the project to the one you want.

License

Public domain