[vimrc] Also apply indent rules to objc files.

This commit is contained in:
Eloy Durán
2013-11-20 13:37:18 +01:00
parent 43eeb1483c
commit 13bdc4caf3

2
.vimrc
View File

@@ -20,4 +20,4 @@ function! MRIIndent()
setlocal cinoptions=(0,t0
endfunction
autocmd Filetype c,cpp call MRIIndent()
autocmd Filetype c,cpp,objc call MRIIndent()