aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/html.vim
blob: c043f62067263306b05a62353d465b9f94d9878c (plain) (blame)
1
2
3
4
5
6
7
8
9
" Use four spaces for indentation
call indent#spaces(4)

" Clear away the flag we set to indent after paragraphs
unlet html_indent_inctags

" Don't re-indent lines on right-angle-bracket or enter
setlocal indentkeys-=<>>,<Return>
let b:undo_ftplugin .= '|setlocal indentkeys<'