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

" 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<'