summaryrefslogtreecommitdiff
path: root/_vimrc_local.vim
blob: 32c73763681bd9a20bdc281b904fd4c712da251a (plain)
1
2
3
4
5
6
7
8
9
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" => Text, tab and indent related
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
" Use spaces instead of tabs
set expandtab

" 1 tab == 4 spaces
set shiftwidth=4
set tabstop=4