Skip to content

Commit

Permalink
create .vimrc
Browse files Browse the repository at this point in the history
vimrc
  • Loading branch information
ufo2243 committed Dec 10, 2013
1 parent 291554a commit dff708f
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .vimrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
syntax on
colorscheme default
set tabstop=4
set softtabstop=4
set shiftwidth=4
set expandtab
set nolist
set listchars=tab:>-,trail:-
set cindent
set nu

0 comments on commit dff708f

Please sign in to comment.