diff options
author | William Carroll <wpcarro@gmail.com> | 2016-11-14T23·02-0500 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2016-11-14T23·02-0500 |
commit | a96c00a36c090f7b23c96861d683977674bc369d (patch) | |
tree | eaae5247576803d9a08c63d741f8552be4dafd01 /configs | |
parent | f4f6a794811c98f657e853167b16171dc257f8d0 (diff) |
Supports less pre-save trailing whitespace trim
Diffstat (limited to 'configs')
-rw-r--r-- | configs/.vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/.vimrc b/configs/.vimrc index 55f73e5718db..fc5b31859eee 100644 --- a/configs/.vimrc +++ b/configs/.vimrc @@ -391,7 +391,7 @@ vnoremap L $ " trim trailing whitespace on save -autocmd BufWritePre *.{js,py,tpl,html} :%s/\s\+$//e +autocmd BufWritePre *.{js,py,tpl,less,html} :%s/\s\+$//e " set default font and size |