WorldEdit

WorldEdit

42M Downloads

Code Cleanup Tracker 2020

octylFractal opened this issue ยท 0 comments

commented

The codebase has some minor issues which keep bugging me in IntelliJ/PRs.

  • Add final to all fields which should have it
  • Add more checkstyle rules to align the formatting of the codebase together.
  • Replace all \r\n with \n\, except in gradlew.bat :P