Skip to content

Commit

Permalink
ensure four space tabbing
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlo Costantini committed May 11, 2012
1 parent 3e5d8d8 commit ea7da76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dot_files/.vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@ set t_RV=
" Use 4 spaces for <Tab> and :retab
set tabstop=4

" Use smart indent
set smartindent

" Use expandtab
set expandtab

" Write swap file to disk after every 50 characters
set updatecount=50

Expand Down

0 comments on commit ea7da76

Please sign in to comment.