diff options
Diffstat (limited to 'vim/autocmd.vim')
| -rw-r--r-- | vim/autocmd.vim | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vim/autocmd.vim b/vim/autocmd.vim index 810b7fa..d673b27 100644 --- a/vim/autocmd.vim +++ b/vim/autocmd.vim @@ -12,9 +12,6 @@ autocmd FileType cpp setlocal shiftwidth=4 tabstop=4 autocmd FileType php setlocal noexpandtab shiftwidth=4 tabstop=4 autocmd FileType javascript setlocal shiftwidth=2 tabstop=2 -" Call gofmt on save. -autocmd FileType go autocmd BufWritePre <buffer> Fmt - " Clean up trailing whitespaces on save. autocmd BufWritePre * :%s/\s\+$//e |
