Code formatting - GregHib/void GitHub Wiki

All code submitted must be ran through spotless. To run spotless:

  1. Open gradle tab
  2. Press "Execute Gradle Task" button
  3. Enter spotlessApply
  4. Press enter

Or run in project root the command line ./gradlew spotlessApply