vifeng / TicketToTheMoon

WIP: Ticket office website. back office for venues to operate their shows and front office to buy tickets for the public.
1 stars 0 forks source link

Files formating #26

Closed vifeng closed 8 months ago

vifeng commented 8 months ago

Issue

All my files have been formated in the wrong way during the last commit which reorganized my package. For example group imports should be separated by a line.

Reason

I used a custom gradle task that deleted .vscode containing the IDE format rules. I wish this rules weren't depending on the IDE.

Possible solution

vifeng commented 8 months ago

this gradle plugin and the vscode extension. seem to fix the problem. we can use the gradle task extension to launch spotless tasks which are under verification https://github.com/diffplug/spotless https://plugins.gradle.org/plugin/com.diffplug.gradle.spotless