Skip to content

Commit 7f5ba3a

Browse files
committed
Update configuration
1 parent 912107b commit 7f5ba3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ fun Project.applySpotless() {
6161
ktfmt("0.41").googleStyle()
6262
}
6363
format("styling") {
64-
target("*.md")
64+
target("**/*.md")
6565
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
6666
}
6767
}

0 commit comments

Comments
 (0)