Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Latest commit

 

History

History
26 lines (17 loc) · 717 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 717 Bytes

Java Code Styles

This is a fork of Square's java code style.

Changes

  • Indentation is 4 spaces (instead of 2) for Java, Groovy, and Kotlin
  • Max line length is 200 (instead of 100)
  • Renamed the formatter to "Meltwater" (instead of "Square")
  • Removed Android specific config

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