Closed dhimmel closed 7 years ago
Sure, I'll take a look in the next couple of days.
I'll take a look as well.
I had never seen semantic linefeeds before. Any resources on how that works?
@rdvelazquez see this blog post. Git tracking and diffs work best with newlines. Accordingly, many people use word wrap at a predetermined max character length per line. Instead, you can put a newline after each sentence. I've found this is a more elegant solution and is more maintainable.
Thanks for the link! That explained it well.
Several disjoint changes in a single PR... sorry!
@patrick-miller and @rdvelazquez: do you want to review?