Use 2 spaces tabs in puppet

This commit is contained in:
Hunter Haugen 2010-12-13 10:50:13 -08:00
parent c6137a555b
commit 8b71f7a700

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