Use 2-space vim by default
This commit is contained in:
parent
aa342fea43
commit
b3b1c2c79f
1 changed files with 2 additions and 2 deletions
4
.vimrc
4
.vimrc
|
|
@ -145,8 +145,8 @@ set background=dark
|
||||||
|
|
||||||
" By default, go for an indent of 4 and use spaces {{{2
|
" By default, go for an indent of 4 and use spaces {{{2
|
||||||
set expandtab
|
set expandtab
|
||||||
set shiftwidth=4
|
set shiftwidth=2
|
||||||
set tabstop=4
|
set tabstop=2
|
||||||
|
|
||||||
" Do clever indent things. Don't make a # force column zero. {{{2
|
" Do clever indent things. Don't make a # force column zero. {{{2
|
||||||
set autoindent
|
set autoindent
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue