No more tabs in vim! Replaced by 4 spaces.

This commit is contained in:
2018-09-16 22:37:54 +02:00
parent 6a01ec4df2
commit 4740fc0547

4
.vimrc
View File

@@ -31,3 +31,7 @@ filetype plugin indent on " required
"
" see :h vundle for more details or wiki for FAQ
" Put your non-Plugin stuff after this line
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab