style: Integrate maven spotless plugin into project#757
style: Integrate maven spotless plugin into project#757SYaoJun wants to merge 1 commit intoapache:masterfrom
Conversation
|
This PR will change lots of files, do you have any suggestions? @Leomrlin |
|
I have reverted the full formatting of all Java files. As an initial step, it would be better to integrate Spotless into the project first, and then address the style issues incrementally. |
Good catch! This is a legit issue, but Spotless formatting would massively break historical code (think git blame nightmares 😅). We’ll sort out a phased plan (new files only → gradual cleanup) together. |
What changes were proposed in this pull request?
fix: #663
add spotless to pom.xml, run
mvn spotless:applyautomatically formatting the code.How was this PR tested?
All tests have passed in local.