Compare commits

...

2 Commits

Author SHA1 Message Date
Thomas Leonard
60e67472e3
Merge pull request #632 from talex5/changes-ws
Allow trailing whitespace in CHANGES.md
2023-10-13 14:20:48 +01:00
Thomas Leonard
e96c444d66 Allow trailing whitespace in CHANGES.md
This isn't an error; markdown uses it for a line-break.
2023-10-13 13:27:34 +01:00

1
.gitattributes vendored
View File

@ -1,2 +1,3 @@
# To work around MDX issues
README.md text eol=lf
CHANGES.md whitespace=-blank-at-eol