Tabs should be 2 wide, not 4, imo

This commit is contained in:
Tom Willemsen 2011-03-23 11:14:53 +01:00
parent 0d342f0aee
commit d276deee4d

4
vimrc
View file

@ -18,8 +18,8 @@ autocmd BufWinEnter * let w:m2=matchadd('trailWhite', '\s\+$', -1)
set expandtab set expandtab
set number set number
set smartindent set smartindent
set tabstop=4 set tabstop=2
set shiftwidth=4 set shiftwidth=2
set nowrap set nowrap
" Swap file location " Swap file location