Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles
This commit is contained in:
commit
d18470f610
1 changed files with 4 additions and 0 deletions
4
.vimrc
4
.vimrc
|
|
@ -305,6 +305,10 @@ endif
|
||||||
|
|
||||||
" content creation
|
" content creation
|
||||||
if has("autocmd")
|
if has("autocmd")
|
||||||
|
augroup puppet
|
||||||
|
autocmd BufRead,BufNewFile *.pp
|
||||||
|
\ set tabstop=2 shiftwidth=2 softtabstop=2
|
||||||
|
augroup END
|
||||||
augroup text
|
augroup text
|
||||||
autocmd BufRead,BufNewFile *.txt
|
autocmd BufRead,BufNewFile *.txt
|
||||||
\ set nonumber tw=80
|
\ set nonumber tw=80
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue