Skip to content

Commit

Permalink
vimrc
Browse files Browse the repository at this point in the history
  • Loading branch information
fegin committed Feb 17, 2015
1 parent 4c1bdb7 commit 198a3cc
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 @@ -123,9 +123,9 @@ set foldlevel=1 "this is just what i use
"}
"
" --- Python {
autocmd FileType python,pyrex setlocal tabstop=2
autocmd FileType python,pyrex setlocal softtabstop=2
autocmd FileType python,pyrex setlocal shiftwidth=2
autocmd FileType python,pyrex setlocal tabstop=4
autocmd FileType python,pyrex setlocal softtabstop=4
autocmd FileType python,pyrex setlocal shiftwidth=4
" }
" --- Makefile {
autocmd FileType Makefile set noexpandtab
Expand Down

0 comments on commit 198a3cc

Please sign in to comment.