Skip to content
This repository was archived by the owner on Nov 19, 2025. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 836 Bytes

File metadata and controls

27 lines (18 loc) · 836 Bytes

Java Code Styles

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

Deprecated

These code styles aren't maintained anymore. Block / Square has adopted ktfmt with its code style. .editorconfig files are a better alternative to share code styles and are supported in Jetbrains IDEs.

Installation

  • On Unix, run the install.sh script. Windows users should use install.bat instead.
  • Restart IntelliJ if it's running.
  • Open IntelliJ Project Settings -> Code Styles, change the code style for the project to the one you want.

License

Public domain