Rare find

Java Code Styles. IntelliJ code style settings for Java and Android projects.

github.com/square/java-code-styles

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

November 2025
  • Merge pull request #101 from square/ralf/deprecate
  • Deprecate this project
  • Merge pull request #100 from square/ralf/import-layout
  • Explicit Kotlin import layout
January 2023
  • Merge pull request #95 from holmes/holmes/when-fix
  • Disable new line after multiline when statement
August 2022
  • Merge pull request #94 from kirillzh/zhukov/fix-trailing-commas
  • Fix trailing commas configuration - KTIJ-22516.
July 2022
  • Merge pull request #92 from tyiu/tyiu/avoid-property-access-syntax-as…
  • Exclude property access inspections on assertj assertions due to side…
July 2021
  • Merge pull request #89 from thomasmahoney/patch-2
  • Merge pull request #88 from kwonye/support-settings-repository
June 2021
  • add SUGGEST_NULLABLE_ANNOTATIONS inspection
May 2021
  • Add support for settings repository
November 2020
  • Merge pull request #84 from square/ralf/track-ktlint
  • Track KtLint's code styles.
August 2020
  • Merge pull request #81 from square/jw/trailing-commas/2020-08-17
  • Enable trailing comma,
  • Merge pull request #79 from thomasmahoney/patch-2
  • exclude wrong Inject types