1
0
Fork 0
mirror of synced 2024-11-16 14:05:34 -05:00

Add auto trim whitespace on ruby files

This commit is contained in:
Max Arturo AS 2015-09-19 10:56:23 -05:00
parent 0e8f801fa2
commit c8f43eaec6

View file

@ -307,6 +307,7 @@ func! DeleteTrailingWS()
endfunc endfunc
autocmd BufWrite *.py :call DeleteTrailingWS() autocmd BufWrite *.py :call DeleteTrailingWS()
autocmd BufWrite *.coffee :call DeleteTrailingWS() autocmd BufWrite *.coffee :call DeleteTrailingWS()
autocmd BufWrite *.rb :call DeleteTrailingWS()
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""