7 ms·
Your editor should be able to help with that. For example in vim: `gqap` will reflow the current paragraph, or while in visual select mode you can use `gq` to r
by robinson-wall 6y ago
Your editor should be able to help with that. For example in vim: `gqap` will reflow the current paragraph, or while in visual select mode you can use `gq` to reflow your selection).
- CGamesPlay 6y agoThis still ruins the diff view of the code, though. (e.g. git blame)
- khc 6y agothat's exactly what causes the viewing diff problem that I was replying to
- Spivak 6y ago--word-diff=color is your friend in this case.