diff --git a/vimrc b/vimrc index f674b89..7a411f6 100644 --- a/vimrc +++ b/vimrc @@ -107,12 +107,9 @@ endif " Settings based on feature detection. if has("autocmd") - autocmd BufRead,BufNewFile *.go set noexpandtab - autocmd BufRead,BufNewFile *.go set shiftwidth=8 - autocmd BufRead,BufNewFile *.go set tabstop=8 + autocmd BufRead,BufNewFile *.go set noexpandtab shiftwidth=8 tabstop=8 autocmd BufRead,BufNewFile *.html set shiftwidth=2 - autocmd BufRead,BufNewFile *.md set filetype=markdown - autocmd BufRead,BufNewFile *.md set tabstop=4 + autocmd BufRead,BufNewFile *.md set filetype=markdown tabstop=4 autocmd BufRead,BufNewFile *.opml set shiftwidth=2 autocmd BufRead,BufNewFile *.org set shiftwidth=2 autocmd BufRead,BufNewFile *.xml set shiftwidth=2