init.vim: tabs de 4 espacios
This commit is contained in:
parent
8388f0f613
commit
6737474fcb
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ set mouse=a " Enable mouse
|
||||||
set linebreak " Wrap words
|
set linebreak " Wrap words
|
||||||
set hidden " Do not save when switching buffers
|
set hidden " Do not save when switching buffers
|
||||||
set inccommand=nosplit " Incremental live completion
|
set inccommand=nosplit " Incremental live completion
|
||||||
|
set tabstop=4 shiftwidth=4 " 4 space \t
|
||||||
|
|
||||||
set ignorecase smartcase
|
set ignorecase smartcase
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue