Skip to content

Commit

Permalink
Make shift width match the appearance width.
Browse files Browse the repository at this point in the history
  • Loading branch information
matzko committed May 13, 2013
1 parent 8a43e20 commit 29cfa0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/vimrc.vim
Expand Up @@ -7,7 +7,7 @@ set hlsearch
set noexpandtab
" set the width that tabs appear to be
set tabstop=2
set shiftwidth=4
set shiftwidth=2
set listchars=tab\ ,eol
set list
" use spaces for tabs
Expand Down

0 comments on commit 29cfa0c

Please sign in to comment.