vim: remove smartindent and cindent

This commit is contained in:
Guillaume DOTT 2012-12-04 15:40:48 +01:00
parent 6588977c34
commit 0a8acba594

View File

@ -43,8 +43,6 @@ set shiftwidth=4
set smarttab
set autoindent
set smartindent
set cindent
set nowrap
set ruler