mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
better tabs
This commit is contained in:
parent
2538b10b99
commit
84a0374b6d
@ -182,8 +182,9 @@ set expandtab
|
|||||||
set smarttab
|
set smarttab
|
||||||
|
|
||||||
" 1 tab == 2 spaces
|
" 1 tab == 2 spaces
|
||||||
set shiftwidth=2
|
|
||||||
set tabstop=2
|
set tabstop=2
|
||||||
|
set shiftwidth=2
|
||||||
|
set softtabstop=2
|
||||||
|
|
||||||
" Linebreak on 500 characters
|
" Linebreak on 500 characters
|
||||||
set lbr
|
set lbr
|
||||||
|
Loading…
Reference in New Issue
Block a user