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 {{{ " Text Formatting {{{
set list set list
set breakindent set breakindent
set showbreak= set showbreak=
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set textwidth=79 set textwidth=79
set colorcolumn=80 set colorcolumn=80
set nojoinspaces set nojoinspaces
set tabstop=8
set softtabstop=4
set shiftwidth=4
set expandtab
" }}} " }}}
" Folding {{{ " Folding {{{