Skip to content

Commit

Permalink
.vimrc is changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhiqiang Ma committed Mar 1, 2010
1 parent e4227d5 commit 7d7649f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ set backup " keep a backup file
set backupdir=~/.vibackup " keep all backup files in one central dir
set backupcopy=yes

set tabstop=4
set shiftwidth=4
set tabstop=2
set shiftwidth=2
set expandtab

set autoindent " always set autoindenting on
set cindent " indent c code
set nocindent " no indent c code
syntax on

set incsearch " do incremental searching
Expand Down

0 comments on commit 7d7649f

Please sign in to comment.