aboutsummaryrefslogtreecommitdiff
path: root/vim/after/indent/html.vim
blob: a7a085fea58a071ce26ee005bf5067192ec2bf89 (plain) (blame)
1
2
3
4
5
6
" 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<'