Browse Source

use default indents, split set for tabs to multiple lines

Kyle P Davis 10 years ago
parent
commit
efc2b110e4
1 changed files with 4 additions and 4 deletions
  1. 4 4
      .vimrc

+ 4 - 4
.vimrc

@@ -12,10 +12,10 @@ set bg=dark
 colorscheme elflord
 syntax on
 
-" tabs and indents
-set shiftwidth=4 tabstop=4 softtabstop=4
-set nocindent
-set smartindent
+" tabs
+set shiftwidth=4
+set tabstop=4
+set softtabstop=4
 
 " tab based indention behaviors
 vmap <Tab> >