Change vim to expand tabs, idiots can't handle mixed indents

This commit is contained in:
Orien Vandenbergh 2016-08-04 18:04:26 -06:00
parent 9c41c73c91
commit beaf950464

1
vimrc
View File

@ -26,6 +26,7 @@ set softtabstop=2
set shiftwidth=2 set shiftwidth=2
set number set number
"set smartindent "set smartindent
set expandtab
set cindent set cindent
set list set list
set listchars=tab:▻\ ,trail:◈ set listchars=tab:▻\ ,trail:◈