瀏覽代碼

use default indents, split set for tabs to multiple lines

Kyle P Davis 10 年之前
父節點
當前提交
efc2b110e4
共有 1 個文件被更改,包括 4 次插入4 次删除
  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> >