Add auto trim whitespace on ruby files
This commit is contained in:
parent
0e8f801fa2
commit
c8f43eaec6
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ func! DeleteTrailingWS()
|
|||
endfunc
|
||||
autocmd BufWrite *.py :call DeleteTrailingWS()
|
||||
autocmd BufWrite *.coffee :call DeleteTrailingWS()
|
||||
autocmd BufWrite *.rb :call DeleteTrailingWS()
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
Loading…
Reference in a new issue