diff --git a/.vimrc b/.vimrc index 20e547f5..086f10f0 100644 --- a/.vimrc +++ b/.vimrc @@ -20,4 +20,4 @@ function! MRIIndent() setlocal cinoptions=(0,t0 endfunction -autocmd Filetype c,cpp call MRIIndent() +autocmd Filetype c,cpp,objc call MRIIndent()