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

IntelliJ IDEA code style settings for Platypus' Java and Kotlin projects.

Notifications You must be signed in to change notification settings

MeltwaterArchive/java-code-styles

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

IntelliJ IDEA code style settings for Platypus' Java and Kotlin projects.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 61.4%
  • Batchfile 38.6%