change tab settings

This commit is contained in:
Thomas Ruoff
2018-01-26 00:30:54 +01:00
parent e78a2785cc
commit 80a3f0016a

11
vimrc
View File

@@ -116,16 +116,19 @@ set secure
" Text Formatting {{{
set list
set breakindent
set showbreak=
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set textwidth=79
set colorcolumn=80
set nojoinspaces
set tabstop=8
set softtabstop=4
set shiftwidth=4
set expandtab
" }}}
" Folding {{{