5 lines
161 B
VimL
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
|