aboutsummaryrefslogtreecommitdiff
path: root/vim/indent/html.vim
blob: b31564f623d69f8a0ae508a610bb581755836bdb (plain) (blame)
1
2
3
4
5
" No load guard--we want this to run just before the stock runtime script to
" change its behaviour.  We don't want to block it.

" Indent after <p> paragraph tags too
let html_indent_inctags = 'p'