commit 1e57a0a158f7d2b4ac33bcab4df55f810028b9c3 parent 5b659ad2ec77bc2bf97eb1bd2d8a8900626c397c Author: Chris Bracken <chris@bracken.jp> Date: Sat, 19 Apr 2014 14:58:39 -0700 Enable smarttab Diffstat:
M | .vim/vimrc | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.vim/vimrc b/.vim/vimrc @@ -55,6 +55,7 @@ nmap <C-n> :call ToggleNumbering()<CR> " Indentation/tabulation set autoindent set smartindent +set smarttab set ts=2 set sw=2 set softtabstop=2