Skip to content

Commit

Permalink
set tabstop to 4
Browse files Browse the repository at this point in the history
  • Loading branch information
SunRunAway committed Feb 27, 2012
1 parent 0e65be1 commit 27cce0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,9 @@ function! s:Median(nums)
endfunction

"indent settings
set shiftwidth=2
set softtabstop=2
set tabstop=4
set shiftwidth=4
set softtabstop=4
set expandtab
set autoindent

Expand Down

0 comments on commit 27cce0a

Please sign in to comment.