Code formatting - GregHib/void GitHub Wiki
All code submitted must be ran through spotless. To run spotless:
- Open gradle tab
- Press "Execute Gradle Task" button
- Enter spotlessApply
- Press enter
Or run in project root the command line ./gradlew spotlessApply