mirror of
https://github.com/amix/vimrc
synced 2025-07-03 22:25:32 +08:00
Add auto trim whitespace on ruby files
This commit is contained in:
@ -307,6 +307,7 @@ func! DeleteTrailingWS()
|
||||
endfunc
|
||||
autocmd BufWrite *.py :call DeleteTrailingWS()
|
||||
autocmd BufWrite *.coffee :call DeleteTrailingWS()
|
||||
autocmd BufWrite *.rb :call DeleteTrailingWS()
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
Reference in New Issue
Block a user