We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68f954 commit 7c5bceeCopy full SHA for 7c5bcee
build.gradle.kts
@@ -62,7 +62,7 @@ fun Project.applySpotless() {
62
}
63
format("styling") {
64
target("src/**/*.md", "*.md", "docs/**/*.md")
65
- targetExclude("**/third_party/**")
+ targetExclude("**/third_party/**", "src/test/resources/**")
66
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
67
68
0 commit comments