Skip to content

Remove EOL whitespace in .md files

xurizaemon requested to merge trailing_whitespace into master

Some $EDITORs tidy up whitespace on save, which can lead to unrelated tidy-up appearing in commits.

To avoid this "noise", submitting an MR that does this for all current md files.

Done with:

perl -pi -e 's#(^.*)[ \t]+$#$1#g' *md */*md */*/*md

Merge request reports

Loading