mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-08 20:12:39 +01:00
697d01882b
* Add spotless * Reformat code * Apply license header * Add remaining license headers
11 lines
228 B
Groovy
11 lines
228 B
Groovy
apply plugin: "com.diffplug.gradle.spotless"
|
|
|
|
spotless {
|
|
kotlin {
|
|
target "**/*.kt"
|
|
ktlint()
|
|
licenseHeaderFile '../spotless.license.kt'
|
|
trimTrailingWhitespace()
|
|
endWithNewline()
|
|
}
|
|
} |