Rev 5853 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
722 | texou | 1 | # Tidy configuration file |
2 | # |
||
3 | # $LastChangedBy: randy $ |
||
900 | texou | 4 | # $Date: 2007-01-18 20:38:19 +0100 (jeu, 18 jan 2007) $ |
722 | texou | 5 | |
493 | gleu | 6 | indent-spaces: 2 |
7 | wrap: 78 |
||
8 | tab-size: 8 |
||
5853 | myou72 | 9 | input-encoding: utf8 |
10 | output-encoding: utf8 |
||
493 | gleu | 11 | newline: LF |
12 | write-back: yes |
||
13 | markup: yes |
||
14 | indent: yes |
||
15 | hide-endtags: no |
||
16 | uppercase-tags: no |
||
17 | logical-emphasis: no |
||
18 | drop-font-tags: no |
||
19 | tidy-mark: no |
||
20 | numeric-entities: no |
||
21 | show-warnings: no |
||
22 | quiet: yes |