This is a fork of Square's java code style.
- 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
- On Unix, run the
install.sh
script. Windows users should useinstall.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.