learnyouahaskell.github.io icon indicating copy to clipboard operation
learnyouahaskell.github.io copied to clipboard

Repair lines

Open memowe opened this issue 3 years ago • 3 comments
trafficstars

Some HTML files had some DOS line endings (CRLF instead of LF). I used

  • dos2unix docs/*.html to convert line endings
  • sed -i 's/[ \t]*$//' docs/*.html to remove trailing white spaces

Unfortunately the resulting diffs are unreadable. I suggest trying the same steps and comparing with my results before merging to make sure these commits don't break anything.

memowe avatar Mar 08 '22 15:03 memowe

@memowe would you mind looking at some of the merge conflicts with main which appeared on your branch? so we can merge this smoothly 🙂

smith558 avatar Mar 14 '22 17:03 smith558

@memowe would you mind looking at some of the merge conflicts

Of course. Instead of trying to merge I will pull the external changes and run my commands again as my diffs look horrible. ;)

memowe avatar Mar 17 '22 09:03 memowe

@smith558 Done. :) But please have a good look whether these commits break anything. I used exactly the commands documented here and in the commits.

memowe avatar Mar 17 '22 09:03 memowe

@memowe Thank you for your contribution! 🙂

smith558 avatar Sep 17 '22 12:09 smith558