karlmdavis / rps-tourney

An online multi-player Rock-Paper-Scissors game. Just because.
https://rpstourney.com/
1 stars 2 forks source link

Added Spotless as code formatter and automated it. #165

Closed karlmdavis closed 12 months ago

karlmdavis commented 12 months ago

These changes will format the project's source on every build and also verify the source formatting as part of the Git pre-commit hook.

Unfortunately, the large amount of auto-applied formatting changes leads to the world's most giant commit, as the formatting of the pre-existing code is "catching up" to the new Spotless configs. Most of the relevant logic changes are in the root pom.xml.

Part of Issue #162.