Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
will-molloy committed Jan 13, 2025
1 parent 078f74c commit 18f2078
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,6 @@ allprojects {
endWithNewline()
}
// https://github.com/diffplug/spotless/tree/main/plugin-gradle#kotlin
// ktfmt seems better than ktlint (more deterministic/consistent output).
// Furthermore, using spotless more for formatting than linting.
// However, ktfmt has some weird output with Gradle scripts, so using ktlint for that.
kotlin {
ktfmt().googleStyle()
trimTrailingWhitespace()
Expand Down

0 comments on commit 18f2078

Please sign in to comment.