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 {
target("**/*.kt")
targetExclude("**/build/**/*.kt")
ktlint(ktlintVersion).editorConfigOverride(
mapOf(
"android" to "true",
),
)
ktlint(ktlintVersion)
licenseHeaderFile(rootProject.file("spotless/copyright.kt"))
}
format("kts") {

Loading…
Cancel
Save