Skip to content

Commit

Permalink
Default to 4 spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
ekashida committed Aug 25, 2016
1 parent 5c58f0c commit 3d9ebfa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ set nojoinspaces " Prevent two spaces after [.?!] when joining li

set smarttab " Treat tab and backspace as shiftwidth columns when indenting/dedenting
set shiftround " Indent to a multiple of shiftwidth
set shiftwidth=2 " Number of columns in an indent
set shiftwidth=4 " Number of columns in an indent

set expandtab " Expand inserted tabs into tabstop columns
set tabstop=2 " Number of columns in a tab character
set tabstop=4 " Number of columns in a tab character

set ignorecase " Ignore case in search patterns
set smartcase " Override ignorecase option when pattern contains upper-case letters
Expand Down

0 comments on commit 3d9ebfa

Please sign in to comment.