-
Notifications
You must be signed in to change notification settings - Fork 0
/
.tidyrc
50 lines (46 loc) · 1.38 KB
/
.tidyrc
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
#
# 888 d8b 888
# 888 Y8P 888
# 888 888
# 888888 888 .d88888 888 888 888d888 .d8888b
# 888 888 d88" 888 888 888 888P" d88P"
# 888 888 888 888 888 888 888 888
# d8b Y88b. 888 Y88b 888 Y88b 888 888 Y88b.
# Y8P "Y888 888 "Y88888 "Y88888 888 "Y8888P
# 888
# Y8b d88P
# "Y88P"
#
# -------------------------------------------------------------------------
# Version: 0.1
# File: ide
# Source: https://github.com/devpunks
# Author: Ahmid-Ra (github.com/snuggs)
# Maintainer: devPunks <https://github.com/devpunks>
# Description: IDE script
# -------------------------------------------------------------------------
# https://api.html-tidy.org/tidy/quickref_5.8.0.html
#
# =========================================================================
output-file: /dev/null
indent: auto
doctype: omit
newline: CRLF
quote-marks: no
show-errors: 1
indent-spaces:2
doctype: html5
uppercase-tags: no
show-warnings: yes
input-encoding: utf8
accessibility-check: 0
# Dispatch Table
# - https://github.com/htacg/tidy-html5/blob/master/src/message.c#L256
mute: INSERTING_TAG
mute: MISSING_DOCTYPE
mute: MISSING_TITLE_ELEMENT
mute: MISSING_QUOTEMARK_OPEN
mute: MISSING_ENDTAG_OPTIONAL
# mute: MISSING_QUOTEMARK
# mute: BLANK_TITLE_ELEMENT
# mute: SUSPECTED_MISSING_QUOTE