// HTML Tidy configuration file for Combine
// HTML, XHTML, XML Options
// bare actually strips all meta-tags
bare: yes
//bare conflicts with word-2000, make libtidy-0.99 loop
//word-2000: yes
// This actually caused a segmentation fault in a MSHTML created doc
clean: yes
enclose-block-text: yes
enclose-text: yes
drop-empty-paras: yes
drop-proprietary-attributes: yes
fix-backslash: yes
hide-comments: yes
output-html: yes
//output-xml: yes
//Pretty Print Options
//break-before-br: yes
indent: no
tab-size: 1
wrap: 0
//Character Encoding Options
char-encoding: utf8
//char-encoding: raw
//output-bom: yes
//Miscellaneous Options
force-output: yes
quiet: yes
//tidy-mark: yes
tidy-mark: no