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.
2 parents ddeeb5e + d7d820a commit fe115dcCopy full SHA for fe115dc
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/**", "src/test/resources/**")
+ targetExclude("**/third_party/**", "src/test/resources/**", "release_report.md")
66
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
67
68
0 commit comments