Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles

This commit is contained in:
Hunter Haugen 2011-01-03 15:35:32 -08:00
commit d18470f610

4
.vimrc
View file

@ -305,6 +305,10 @@ endif
" content creation
if has("autocmd")
augroup puppet
autocmd BufRead,BufNewFile *.pp
\ set tabstop=2 shiftwidth=2 softtabstop=2
augroup END
augroup text
autocmd BufRead,BufNewFile *.txt
\ set nonumber tw=80