I am getting 'trailing whitespace' errors trying to commit some files in git.
I want to remove these trailing whitespace characters automatically right before I save python files.
Can you configure vim to do this? If so, how?
|
10
|
|||
|
|
|
Compilation of above plus saving cursor position:
|
||
|
|
|
|
This is how I'm doing it. I can't remember where I stole it from tbh.
|
||
|
|
I also usually have a :
in my Todo being a syntax hilighting group-name that is used for hilighting keywords like |
||||||
|
|
|
I found the answer here (http://vim.wikia.com/wiki/Remove_unwanted_spaces#Automatically_removing_all_trailing_whitespace). Adding the following to my .vimrc file did the trick.
|
||||||||
|