Closed wolveix closed 4 years ago
Not sure if I agree with removing all newlines on the markdown, but whatever. Thanks for the PR.
If not, then the changes didn't need to be merged. Just seems strange to have manual line breaks when most (if not all) clients support soft wrapping. Thanks for merging, though.
for markdown, I typically instruct prettier to wrap long markdown lines with this option (I put it in .prettierrc)
proseWrap: always
This formats markdown like this:
https://raw.githubusercontent.com/simpleiot/simpleiot/master/README.md
This makes markdown nicer to read in an editor.
There are tradeoffs -- if the lines shift around, then diff's can be messier, but a super long one line paragraph does not diff very nice either.
That's true. I was just reading up on it and stumbled across GitLab's position on it. There are definitely pros and cons to both approaches.
@timshannon I meant no offense with removing them, it's just unusual to see and it caught my eye when I went to modify the s.Find
example :) Please feel free to change them back, It's your project after all!
No worries. It's really not that big of a deal. :+1: