Delete all Trailing Whitespace in Vim
This short guide will tell you how to delete all trailing whitespace in Vim. You can also delete trailing whitespace on save in Vim!
Posted in these interests:
This short guide will tell you how to delete all trailing whitespace in Vim. You can also delete trailing whitespace on save in Vim!
:%s/\s\+$//
Vim is amazing. Well, Python is doing all the work, but I still like Vim. Learn how to format JSON in Vim like a pro with this short guide! tl;dr Paste your json, and run this in vim normal mode. :%!