Skip to content

Commit

Permalink
vim: change indentation 4 -> 2 spaces
Browse files Browse the repository at this point in the history
Fix gh-29
  • Loading branch information
necolas committed Jan 8, 2014
1 parent bf3c63c commit f3cfbde
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions vim/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -96,12 +96,12 @@ set encoding=utf-8 nobomb

" Use line wrapping
set wrap
" Use 4 spaces for indentation
set shiftwidth=4
" Use 4 spaces for soft tab
set softtabstop=4
" Use 4 spaces for tab
set tabstop=4
" Use 2 spaces for indentation
set shiftwidth=2
" Use 2 spaces for soft tab
set softtabstop=2
" Use 2 spaces for tab
set tabstop=2
" Expand tab to spaces
set expandtab
" Enable line numbers
Expand Down

0 comments on commit f3cfbde

Please sign in to comment.