Skip to content

Commit

Permalink
fix vimrc/basic.vim | デフォルトのタブを4に設定
Browse files Browse the repository at this point in the history
  • Loading branch information
sota1235 committed Oct 9, 2014
1 parent 62af39f commit 55f4102
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vimrcs/basic.vim
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ set expandtab
" Be smart when using tabs ;)
set smarttab

" 1 tab == 4 spaces
set shiftwidth=4
set tabstop=4
" 1 tab == 2 spaces
set shiftwidth=2
set tabstop=2

" Linebreak on 500 characters
set lbr
Expand Down

0 comments on commit 55f4102

Please sign in to comment.