Merge pull request #159 from lsycxyj/master

html indent detection fixed
This commit is contained in:
Chiel ten Brinke 2016-12-13 10:36:48 +01:00 committed by GitHub
commit 3715e166a5

View File

@ -191,7 +191,7 @@ endif
" HTML " HTML
if !exists('g:formatdef_htmlbeautify') 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 endif
if !exists('g:formatdef_tidy_html') if !exists('g:formatdef_tidy_html')