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 08c228b commit 6587ff3Copy full SHA for 6587ff3
build.gradle.kts
@@ -64,7 +64,7 @@ fun Project.applySpotless() {
64
format("styling") {
65
target("src/**/*.md", "*.md", "docs/**/*.md")
66
targetExclude("**/third_party/**", "src/test/resources/**", "release_report.md")
67
- prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
+ prettier("3.6.2").config(mapOf("printWidth" to 100, "proseWrap" to "always"))
68
}
69
70
0 commit comments