vuejs / rfcs

RFCs for substantial changes / feature additions to Vue core
4.85k stars 549 forks source link

docs: drop hard line wraps #468

Open mrienstra opened 1 year ago

mrienstra commented 1 year ago

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.