From 0a8acba5944eaf8a0d8ae294f9b156abc240cfdf Mon Sep 17 00:00:00 2001 From: Guillaume DOTT Date: Tue, 4 Dec 2012 15:40:48 +0100 Subject: [PATCH] vim: remove smartindent and cindent --- vim/vimrc | 2 -- 1 file changed, 2 deletions(-) diff --git a/vim/vimrc b/vim/vimrc index bc9b98b..0fc25ff 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -43,8 +43,6 @@ set shiftwidth=4 set smarttab set autoindent -set smartindent -set cindent set nowrap set ruler