source:
Dev/trunk/client/qed/.htmlhintrc
@
437
Last change on this file since 437 was 433, checked in by hendrikvanantwerpen, 12 years ago | |
---|---|
File size: 355 bytes |
Line | |
---|---|
1 | { |
2 | "tagname-lowercase": true, |
3 | "attr-lowercase": true, |
4 | "attr-value-double-quotes": true, |
5 | "attr-value-not-empty": false, |
6 | "tag-pair": true, |
7 | "tag-self-close": true, |
8 | "spec-char-escape": true, |
9 | "id-unique": true, |
10 | "head-script-disabled": true, |
11 | "style-disabled": true, |
12 | "id-class-calue": true, |
13 | "doctype-html5": true |
14 | } |
Note: See TracBrowser
for help on using the repository browser.