123456789101112131415161718 |
- {
- "indent-style": "tabs",
- "attr-quote-style": "double",
- "spec-char-escape": false,
- "attr-bans": [
- "align",
- "background",
- "bgcolor",
- "border",
- "frameborder",
- "longdesc",
- "marginwidth",
- "marginheight",
- "scrolling"
- ],
- "tag-bans": [ "b", "i" ],
- "id-class-style": false
- }
|