html indent detection fixed
This commit is contained in:
parent
aa977617ba
commit
4feb305c5f
@ -191,7 +191,7 @@ endif
|
||||
|
||||
" HTML
|
||||
if !exists('g:formatdef_htmlbeautify')
|
||||
let g:formatdef_htmlbeautify = '"html-beautify -f - -s ".shiftwidth()'
|
||||
let g:formatdef_htmlbeautify = '"html-beautify -f - -".(&expandtab ? "s ".shiftwidth() : "t")'
|
||||
endif
|
||||
|
||||
if !exists('g:formatdef_tidy_html')
|
||||
|
Loading…
Reference in New Issue
Block a user