switch tabsize

This commit is contained in:
Simo-Pekka Kerkelä 2015-07-07 13:11:22 +03:00
parent 0f45baf63a
commit dd4d819398

View file

@ -42,8 +42,8 @@ filetype plugin indent on " required
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
" filetype plugin indent on
set tabstop=4
set shiftwidth=4
set tabstop=2
set shiftwidth=2
set expandtab
set laststatus=2
set ruler