Skip to content

Conversation

mrienstra
Copy link
Contributor

Looking at commit history, seems like only the initial commit was hard wrapped (to 80 chars), all subsequent changes have moved README.md away from hard wrapping.

Search: (.)\n([^\n-])
Replace: $1 $2

PS: Wish GitHub had better diff view, in this case VS Code does a better job, particularly if you also do a global search for \n to highlight line endings in both panes.

Looking at commit history, seems like only the initial commit was hard wrapped (to 80 chars), all subsequent changes have moved README.md away from hard wrapping.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant