From 13bdc4caf3874e5d19633fa40d0ba275ea67fcc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eloy=20Dur=C3=A1n?= Date: Wed, 20 Nov 2013 13:37:18 +0100 Subject: [PATCH] [vimrc] Also apply indent rules to objc files. --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()