Skip to content

Commit 3135b1a

Browse files
algolia-botmillotp
andcommitted
fix(clients): switch kotlin formatter to ktfmt (generated)
algolia/api-clients-automation#5483 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 5f54e66 commit 3135b1a

File tree

727 files changed

+19793
-10696
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

727 files changed

+19793
-10696
lines changed

build.gradle.kts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,7 @@ subprojects {
1414
configure<SpotlessExtension> {
1515
kotlin {
1616
target("**/*.kt")
17-
ktlint()
18-
.editorConfigOverride(
19-
mapOf(
20-
"ktlint_standard_no-wildcard-imports" to "disabled",
21-
"ktlint_standard_trailing-comma-on-declaration-site" to "disabled",
22-
"ktlint_standard_function-naming" to "disabled",
23-
),
24-
)
17+
ktfmt().googleStyle()
2518
}
2619
}
2720
}

0 commit comments

Comments
 (0)