Skip to content

Commit

Permalink
Settings for .shower
Browse files Browse the repository at this point in the history
  • Loading branch information
voldmar committed Jun 28, 2012
1 parent ec3a531 commit 61dadc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrc
Expand Up @@ -164,6 +164,12 @@ augroup markdown
autocmd BufRead,BufNewFile *.md setfiletype autocmd BufRead,BufNewFile *.md setfiletype
augroup END augroup END


" shower
augroup shower
autocmd BufRead *.shower set ai formatoptions=tcroqn2 comments=n:>
autocmd BufRead,BufNewFile *.shower set filetype=markdown
augroup END

" Show trailing spaces in " Show trailing spaces in
augroup trailing augroup trailing
au! au!
Expand Down

0 comments on commit 61dadc2

Please sign in to comment.