// Config file for HTML tidy
//
// $Revision: 45a6d8582b36 $ $Date: Thu, 14 Mar 2024 21:47:43 -0400 $
// $Source: /doc/html/htdocs/dotfiles/top/dot-tidyrc $
// $Host: furbag.my.domain $
// $UUID: aa7c0ade-9c47-3e0f-9253-b5b1d623d5e8 $
//
// encoding: ascii-chars can be used to modify behavior of the clean
// option when set to yes. If set to yes when using clean, &emdash;,
// &rdquo;, and other named character entities are downgraded to their
// closest ASCII equivalents.
char-encoding: ascii
ascii-chars: yes
clean: yes
//
break-before-br: no
drop-proprietary-attributes: yes
fix-backslash: yes
indent-attributes: yes
indent-spaces: 2
indent: auto
input-xml: no
logical-emphasis: yes
markup: yes
numeric-entities: no
output-html: yes
// output-xhtml: yes
output-xml: no
preserve-entities: yes
quote-ampersand: yes
quote-marks: no
quote-nbsp: yes
show-warnings: yes
uppercase-attributes: no
uppercase-tags: no
vertical-space: yes
wrap-attributes: yes
wrap: 78
//
new-blocklevel-tags: article, aside, cfoutput, cfquery,
  footer, header, nav, section
new-empty-tags: cfelse
new-inline-tags: cfif, cfelse, math, mroot,
  mrow, mi, mn, mo, msqrt, mfrac, msubsup, munderover,
  munder, mover, mmultiscripts, msup, msub, mtext,
  mprescripts, mtable, mtr, mtd, mth
// EOF
