CodeBlooded@programming.dev to Programmer Humor@programming.devEnglish · 1 month agodefiladeprogramming.devimagemessage-square20linkfedilinkarrow-up1307arrow-down16
arrow-up1301arrow-down1imagedefiladeprogramming.devCodeBlooded@programming.dev to Programmer Humor@programming.devEnglish · 1 month agomessage-square20linkfedilink
minus-squaresilico_biomancer@lemmy.nzlinkfedilinkEnglisharrow-up1·1 month agohttps://github.com/axelf4/vim-strip-trailing-whitespace There are plugins that will only trim modified lines, which resolves that issue
minus-squarewise_pancake@lemmy.calinkfedilinkarrow-up1·1 month agoThat’s a nice idea Probably a bit more sophisticated than my regex solution.
https://github.com/axelf4/vim-strip-trailing-whitespace
There are plugins that will only trim modified lines, which resolves that issue
That’s a nice idea
Probably a bit more sophisticated than my regex solution.