22 lines
544 B
Plaintext
22 lines
544 B
Plaintext
|
// sample config file for HTML tidy
|
||
|
indent: auto
|
||
|
indent-spaces: 2
|
||
|
wrap: 72
|
||
|
markup: yes
|
||
|
output-xml: no
|
||
|
input-xml: no
|
||
|
show-warnings: yes
|
||
|
numeric-entities: yes
|
||
|
quote-marks: yes
|
||
|
quote-nbsp: yes
|
||
|
quote-ampersand: no
|
||
|
break-before-br: no
|
||
|
uppercase-tags: no
|
||
|
uppercase-attributes: no
|
||
|
char-encoding: latin1
|
||
|
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
|
||
|
new-blocklevel-tags: cfoutput, cfquery
|
||
|
new-empty-tags: cfelse
|