File: venus.cfg

package info (click to toggle)
libhtml-tidy-perl 1.60-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 472 kB
  • sloc: perl: 1,289; sh: 23; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 517 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
// HTML Tidy configuration file 
bare: yes
// 
// This actually caused a segmentation fault in a MSHTML created doc
//
//clean: yes
drop-proprietary-attributes: yes
drop-empty-paras: yes
break-before-br: yes
word-2000: yes
//tidy-mark: yes
tidy-mark: no
//add-xml-space: yes
output-xml: yes
enclose-text: yes
enclose-block-text: yes
char-encoding: utf8
force-output: yes

indent: yes
quiet: yes
//add-xml-decl: yes
//gnu-emacs: yes

// make sure we are using "\n", even on Win32
newline: LF