Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ fun Project.applySpotless() {
format("styling") {
target("src/**/*.md", "*.md", "docs/**/*.md")
targetExclude("**/third_party/**", "src/test/resources/**", "release_report.md")
prettier().config(mapOf("printWidth" to 100, "proseWrap" to "always"))
prettier("3.6.2").config(mapOf("printWidth" to 100, "proseWrap" to "always"))
}
}
}
Expand Down
Loading