Skip to content

Instantly share code, notes, and snippets.

@amadeu01
Created October 4, 2019 01:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save amadeu01/315d6d7874f31814b902876199f8089c to your computer and use it in GitHub Desktop.
Save amadeu01/315d6d7874f31814b902876199f8089c to your computer and use it in GitHub Desktop.
spotless setup
spotless {
kotlin {
ktlint("$ktlint_version")
licenseHeader '/* Licensed under MIT */'
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment