Tabs should be 2 wide, not 4, imo
This commit is contained in:
parent
0d342f0aee
commit
d276deee4d
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -18,8 +18,8 @@ autocmd BufWinEnter * let w:m2=matchadd('trailWhite', '\s\+$', -1)
|
|||
set expandtab
|
||||
set number
|
||||
set smartindent
|
||||
set tabstop=4
|
||||
set shiftwidth=4
|
||||
set tabstop=2
|
||||
set shiftwidth=2
|
||||
set nowrap
|
||||
|
||||
" Swap file location
|
||||
|
|
Loading…
Reference in a new issue