Browse Source

use smartindent

Kyle P Davis 10 years ago
parent
commit
1b5881b617
1 changed files with 2 additions and 0 deletions
  1. 2 0
      .vimrc

+ 2 - 0
.vimrc

@@ -14,6 +14,8 @@ syntax on
 
 " tabs and indents
 set shiftwidth=4 tabstop=4 softtabstop=4
+set nocindent
+set smartindent
 
 " tab based indention behaviors
 vmap <Tab> >