Skip to content

Commit

Permalink
chore: add kts target on ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bambooin committed Mar 11, 2024
1 parent 0245256 commit 038045b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spotless {
googleJavaFormat("1.19.2")
}
kotlin {
target("**/*.kt")
target("**/*.kt", "**/*.kts")
ktlint("1.2.1")
trimTrailingWhitespace()
indentWithSpaces()
Expand Down

0 comments on commit 038045b

Please sign in to comment.