diff --git a/.vim/vimrc b/.vim/vimrc index 8824946..5702e01 100644 --- a/.vim/vimrc +++ b/.vim/vimrc @@ -349,6 +349,10 @@ au BufNewFile,BufRead,BufEnter *.tex \ setlocal tabstop=2 shiftwidth=2 softtabstop=2 expandtab autoindent \ textwidth=79 fileformat=unix conceallevel=0 +au BufNewFile,BufRead,BufEnter *.bib + \ setlocal ft=bib tabstop=2 shiftwidth=2 softtabstop=2 noexpandtab autoindent + \ fileformat=unix conceallevel=0 + au BufNewFile,BufRead,BufEnter *.cs \ setlocal ft=cs tabstop=4 shiftwidth=4 softtabstop=4 noexpandtab autoindent \ textwidth=79 fileformat=unix conceallevel=0