adamw7 / tools

code generation and data oriented tools
MIT License
5 stars 1 forks source link

Move code formatting to one place #9

Closed adamw7 closed 1 year ago

adamw7 commented 1 year ago

Using the google library requires a lot of VM params passed in several places. We should use https://github.com/spotify/fmt-maven-plugin instead

adamw7 commented 1 year ago

The fmt plugin licence is MIT so it is ok to be used

adamw7 commented 1 year ago

This can be also useful: https://www.programcreek.com/2013/04/how-to-format-java-code-by-using-eclipse-jdt/