mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
changed tab size to 2
This commit is contained in:
parent
34dc9f67a0
commit
f436a35a8b
@ -175,9 +175,9 @@ set expandtab
|
||||
" Be smart when using tabs ;)
|
||||
set smarttab
|
||||
|
||||
" 1 tab == 4 spaces
|
||||
set shiftwidth=4
|
||||
set tabstop=4
|
||||
" 1 tab == 2 spaces
|
||||
set shiftwidth=2
|
||||
set tabstop=2
|
||||
|
||||
" Linebreak on 500 characters
|
||||
set lbr
|
||||
|
Loading…
Reference in New Issue
Block a user