This repository has been archived on 2021-12-21. You can view files and clone it, but cannot push or open issues/pull-requests.
2020-08-09 07:49:51 +02:00
|
|
|
augroup langs
|
|
|
|
autocmd!
|
|
|
|
" Remove trailing whitespace
|
2020-08-17 09:55:58 +02:00
|
|
|
" autocmd BufWritePre *.py,*.java :silent! %s/\s\+$//g
|
2020-08-09 07:49:51 +02:00
|
|
|
augroup END
|