Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
osoykan committed Jun 28, 2024
1 parent d564a34 commit 2e0dee0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ subprojects.of("lib", "spring", "examples", "ktor") {
spotless {
kotlin {
ktlint().setEditorConfigPath(rootProject.layout.projectDirectory.file(".editorconfig"))
targetExclude("build", "generated", "out")
targetExcludeIfContentContains("generated")
targetExcludeIfContentContainsRegex(".*generated.*")
}
}
the<IdeaModel>().apply {
Expand Down

0 comments on commit 2e0dee0

Please sign in to comment.