Skip to content

Commit

Permalink
Fixed comment based on previous change (tabstop from 4 to 2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Rickman committed Sep 11, 2011
1 parent e5a770e commit 40113a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
set autoindent " indent at the same level of the previous line
set shiftwidth=2 " use indents of 4 spaces
set expandtab " tabs are spaces, not tabs
set tabstop=2 " an indentation every four columns
set tabstop=2 " an indentation every two columns
set softtabstop=2 " let backspace delete indent
"set matchpairs+=<:> " match, to be used with %
set pastetoggle=<F12> " pastetoggle (sane indentation on pastes)
Expand Down

0 comments on commit 40113a5

Please sign in to comment.