source: branches/1.2/workflow/js/htmlarea/plugins/HtmlTidy/html-tidy-config.cfg @ 1349

Revision 1349, 782 bytes checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1// Default configuration file for the htmlArea, HtmlTidy plugin
2// By Adam Wright, for The University of Western Australia
3//
4// Evertything you always wanted to know about HTML Tidy *
5// can be found at http://tidy.sourceforge.net/, and a
6// quick reference to the configuration options exists at
7// http://tidy.sourceforge.net/docs/quickref.html
8//
9// * But were afraid to ask
10//
11// Distributed under the same terms as HTMLArea itself.
12// This notice MUST stay intact for use (see license.txt).
13
14word-2000: yes
15clean: no
16drop-font-tags: yes
17doctype: auto
18drop-empty-paras: yes
19drop-proprietary-attributes: yes
20enclose-block-text: yes
21enclose-text: yes
22escape-cdata: yes
23logical-emphasis: yes
24indent: auto
25indent-spaces: 2
26break-before-br: yes
27output-xhtml: yes
28
29force-output: yes
Note: See TracBrowser for help on using the repository browser.