Move to editorConfigOverride to .editorconfig.

Change-Id: I1a67953a63cda462ddaa3a36e5194f2f3196c9ba
pull/1350/head
Jaehwa Noh 2 years ago
parent 9341a4bb21
commit 00fc41ae0b

@ -35,11 +35,7 @@ rootProject {
kotlin { kotlin {
target("**/*.kt") target("**/*.kt")
targetExclude("**/build/**/*.kt") targetExclude("**/build/**/*.kt")
ktlint(ktlintVersion).editorConfigOverride( ktlint(ktlintVersion)
mapOf(
"android" to "true",
),
)
licenseHeaderFile(rootProject.file("spotless/copyright.kt")) licenseHeaderFile(rootProject.file("spotless/copyright.kt"))
} }
format("kts") { format("kts") {

Loading…
Cancel
Save