Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.htmlhintrc 311 B
{
  "doctype-first": false,
  "tagname-lowercase": true,
  "attr-lowercase": false,
  "attr-value-double-quotes": true,
  "inline-style-disabled": true,
  "inline-script-disabled": true,
  "space-tab-mixed-disabled": true,
  "style-disabled": true,
  "attr-no-duplication": true,
  "tagname-lowercase": false
}