log-e-dotvim/after/ftplugin/html.vim
2019-06-23 11:33:39 +02:00

5 lines
161 B
VimL

let g:html_indent_inctags = "html,body,head,tbody"
let g:html_indent_script1 = "inc"
let g:html_indent_style1 = "inc"
set softtabstop=2 shiftwidth=2 expandtab