Skip to content

Commit b57be25

Browse files
Add Spotless to Code Formatting (#1290)
* Add Spotless to formatting tools list in README Spotless is the go to tooling for formatting and enforcement of a code style * Update Spotless description in README.md
1 parent 6a10a34 commit b57be25

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ _Tools that format or restructure Java source code._
243243
- [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code to follow Google Java Style.
244244
- [JHarmonizer](https://github.com/lemon-ant/JHarmonizer) - Safely reorders Java source code with configurable rules and Palantir Java Format.
245245
- [Palantir Java Format](https://github.com/palantir/palantir-java-format) - Formatter based on google-java-format with wider lines and lambda-friendly output.
246+
- [Spotless](https://github.com/diffplug/spotless) - A versatile code formatter for Gradle and Maven that enforces multiple styles (including Google and Palantir) across Java and other languages.
246247

247248
### Code Generators
248249

0 commit comments

Comments
 (0)