Browse Source

use smartindent

Kyle P Davis 11 năm trước cách đây
mục cha
commit
1b5881b617
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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> >