Skip to content

Commit

Permalink
Switched global tab width to 2 spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzage committed Feb 12, 2013
1 parent b0d51eb commit 68d959b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Expand Up @@ -42,8 +42,8 @@ set nowritebackup " And again.
set directory=$HOME/.vim/tmp//,. " Keep swap files in one location

" UNCOMMENT TO USE
set tabstop=4 " Global tab width.
set shiftwidth=4 " And again, related.
set tabstop=2 " Global tab width.
set shiftwidth=2 " And again, related.
set expandtab " Use spaces instead of tabs

set laststatus=2 " Show the status line all the time
Expand Down

0 comments on commit 68d959b

Please sign in to comment.