-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.tidy.cfg
More file actions
121 lines (111 loc) · 2.03 KB
/
dot.tidy.cfg
File metadata and controls
121 lines (111 loc) · 2.03 KB
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
# Document display options
gnu-emacs: yes
markup: yes
mute:
mute-id: no
quiet: yes
show-body-only: no
show-errors: 6
show-filename: no
show-info: no
show-warnings: no
# Document in and out options
add-meta-charset: yes
add-xml-decl: no
add-xml-space: no
doctype: auto
input-xml: no
output-html: no
output-xhtml: yes
output-xml: no
# File input-output options
error-file: tidy.log
keep-time: no
output-file:
write-back: no
# Diagnostics options
accessibility-check: 0 (Tidy Classic)
force-output: yes
show-meta-change: yes
warn-proprietary-attributes: yes
# Encoding options
char-encoding: utf8
input-encoding: utf8
newline: LF
output-bom: no
output-encoding: utf8
# Cleanup options
bare: yes
clean: yes
drop-empty-elements: yes
drop-empty-paras: yes
drop-proprietary-attributes: yes
gdoc: yes
logical-emphasis: no
merge-divs: auto
merge-spans: auto
word-2000: yes
# Entities options
ascii-chars: no
ncr: yes
numeric-entities: no
preserve-entities: no
quote-ampersand: yes
quote-marks: no
quote-nbsp: yes
# Repair
alt-text:
anchor-as-name: no
assume-xml-procins: no
coerce-endtags: yes
css-prefix: tidy
custom-tags: no
enclose-block-text: no
enclose-text: no
escape-scripts: yes
fix-backslash: yes
fix-bad-comments: auto
fix-style-tags: yes
fix-uri: yes
literal-attributes: no
lower-literals: yes
repeated-attributes: keep-last
skip-nested: yes
strict-tags-attributes: no
uppercase-attributes: no
uppercase-tags: no
# Transformation options
decorate-inferred-ul: no
escape-cdata: no
hide-comments: no
join-classes: no
join-styles: yes
merge-emphasis: no
replace-color: yes
# Teaching tidy options
new-blocklevel-tags:
new-empty-tags:
new-inline-tags:
new-pre-tags:
# Pretty print options
break-before-br: no
indent: yes
indent-attributes: no
indent-cdata: no
indent-spaces: 2
indent-with-tabs: no
keep-tabs: no
omit-optional-tags: no
priority-attributes:
punctuation-wrap: no
sort-attributes: none
tab-size: 4
tidy-mark: no
vertical-space: yes
wrap: 80
wrap-asp: no
wrap-attributes: no
wrap-jste: no
wrap-php: no
wrap-script-literals: no
wrap-sections: yes