Skip to content

Commit

Permalink
Fixed indent setting
Browse files Browse the repository at this point in the history
  • Loading branch information
kn1cht committed Sep 11, 2016
1 parent 0983d2f commit 979f5c0
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 @@ -13,12 +13,12 @@ set autoindent
set expandtab
set list
set listchars=tab:>\ ,trail:-,extends:>
set shiftwidth=4
set shiftwidth=2
set showmatch
set smartcase
set smartindent
set smarttab
set tabstop=4
set tabstop=2
set whichwrap=b,s,h,l,<,>,[,]
autocmd BufWritePre * :%s/\s\+$//ge
autocmd BufWritePre * :%s/\t/ /ge
Expand Down

0 comments on commit 979f5c0

Please sign in to comment.