From bdf8a45229f515606d3a53f4216259b3447bf918 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sat, 11 Aug 2012 13:55:20 -0400 Subject: Condense indentation exceptions --- .vimrc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.vimrc b/.vimrc index 26ff7266..f5734333 100644 --- a/.vimrc +++ b/.vimrc @@ -63,9 +63,7 @@ set shiftround filetype plugin indent on " Indentation exceptions -autocmd FileType c setlocal sw=4 -autocmd FileType cpp setlocal sw=4 -autocmd FileType lua setlocal sw=4 +autocmd FileType c,cpp,lua setlocal sw=4 autocmd FileType markdown setlocal tw=72 " C/C++ indent options -- cgit 1.4.1