Linters#

Markdown linters#

Trim whitespace in vim#

Remove all trailing whitespace in a file

%s/\s\+$//e

See also: Remove unwanted spaces