You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem is that Markdown uses two trailing spaces for hard line breaks. So applying these examples will most likely break formatting of some Markdown files.
It would be good if the examples either did not use *.md, or did not use trimTrailingWhitespace.
The text was updated successfully, but these errors were encountered:
The examples for the Gradle and Maven plugin show the combination of using
trimTrailingWhitespace
for*.md
(Markdown) files:spotless/plugin-gradle/README.md
Lines 107 to 111 in 676a069
spotless/plugin-maven/README.md
Lines 90 to 95 in 676a069
The problem is that Markdown uses two trailing spaces for hard line breaks. So applying these examples will most likely break formatting of some Markdown files.
It would be good if the examples either did not use
*.md
, or did not usetrimTrailingWhitespace
.The text was updated successfully, but these errors were encountered: