Delete all trailing whitespace in VIM

Delete all trailing whitespace (at the end of each line)

:%s/\s\+$//

Comments

Popular posts from this blog

How to construct a B+ tree with example

How to show only month and year fields in android Date-picker?

Visitor Counter Script Using PHP