Reverts to the non-Google kotlin style.

This commit is contained in:
Vitor Pamplona
2024-01-06 11:32:41 -05:00
parent 0be1f89368
commit f8e7dd78d9
415 changed files with 64333 additions and 64218 deletions

View File

@@ -56,7 +56,7 @@ subprojects {
targetExclude("$buildDir/**/*.kt")
ktlint("1.1.0")
ktfmt().googleStyle()
//ktfmt().googleStyle()
licenseHeaderFile rootProject.file('spotless/copyright.kt'), "package|import|class|object|sealed|open|interface|abstract "
}