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.
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.