PhilippvK / playforia-minigolf

Client & Server for Minigolf Game known from Playforia/Playray/Appeli. Written in Java.
85 stars 31 forks source link

Add and configure Maven Spotless plugin for formatting #124

Open StenAL opened 1 day ago

StenAL commented 1 day ago

This ensures that the whole codebase looks consistent. I opted to use Palantir's formatting standard as it's already pretty close to the codebase's format and is widely used elsewhere.

I also added a .git-blame-ignore-revs file so the formatting changes do not show up in git blame.

No functional changes.

PhilippvK commented 1 day ago

@StenAL Thank you for the changes! Even if its non-functional, i would still like to have a look at the changes (potential backdoors could easily be hidden in such changeset 😄), so it might take me a few days to approve this. If I do not respond until the end of the week, feel free to ping me.