Merge pull request #217 from mqudsi/tidy_svg

Set tidy_xml as the default formatter for SVG files
This commit is contained in:
Chiel ten Brinke 2017-11-28 11:16:48 +01:00 committed by GitHub
commit 0cd1a4d8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -287,6 +287,10 @@ if !exists('g:formatters_xml')
let g:formatters_xml = ['tidy_xml'] let g:formatters_xml = ['tidy_xml']
endif endif
" SVG
if !exists('g:formatters_svg')
let g:formatters_svg = ['tidy_xml']
endif
" XHTML " XHTML
if !exists('g:formatdef_tidy_xhtml') if !exists('g:formatdef_tidy_xhtml')