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