Closed vifeng closed 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
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