mirror of
https://github.com/tomru/DotfilesOld.git
synced 2026-03-03 06:27:21 +01:00
change tab settings
This commit is contained in:
11
vimrc
11
vimrc
@@ -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 {{{
|
||||
|
||||
Reference in New Issue
Block a user