diff --git a/vim/vimrc b/vim/vimrc index 69eeb30..eb35b32 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -155,6 +155,7 @@ autocmd FileType python setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4 " autocmd FileType json setlocal expandtab shiftwidth=3 tabstop=3 softtabstop=3 +autocmd FileType c setlocal expandtab shiftwidth=4 tabstop=4 softtabstop=4 " enable mouse set mouse=nvc