/uncle-bob-style

:coffee: IntelliJ IDEA's Java code style as seen in Uncle Bob's :book: Clean Code book

Primary LanguageShell

Uncle Bob's Styles

Want to try code style as seen in Clean Code : A Handbook of Agile Software Craftsmanship by Robert C. Martin (Uncle Bob)? Is it fit for you and your team?

This is IntelliJ IDEA (include Android Studio) Java code style config base on code snippet in that one

NOTE❗ This is not his official configuration.

If you found any issue or have any suggestion, create it and figure out together.

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.
  • Don't forget to apply 😄

License

This project folked from Square's Java code style project, Thank for great work.

Public domain