Switch to spotless and format code (#1196)

* Add spotless configuration

* Reformat!

* Add copyright config for build.gradle.kts files

* Add toeholds for headers
This commit is contained in:
Zac Sweers
2020-08-27 23:40:15 -04:00
committed by GitHub
parent 701d6ba968
commit 538890e8c0
109 changed files with 6748 additions and 4972 deletions

View File

@@ -18,6 +18,7 @@ object Dependencies {
const val asm = "org.ow2.asm:asm:7.1"
const val jsr305 = "com.google.code.findbugs:jsr305:3.0.2"
const val ktlintVersion = "0.38.0"
const val okio = "com.squareup.okio:okio:1.16.0"
const val okio2 = "com.squareup.okio:okio:2.1.0"
@@ -52,4 +53,4 @@ object Dependencies {
const val junit = "junit:junit:4.12"
const val truth = "com.google.truth:truth:1.0"
}
}
}