Skip to content

Instantly share code, notes, and snippets.

@oogatta
Created September 13, 2016 15:13
Show Gist options
  • Save oogatta/3654604f9dff9347beb76900a95b6da5 to your computer and use it in GitHub Desktop.
Save oogatta/3654604f9dff9347beb76900a95b6da5 to your computer and use it in GitHub Desktop.
sample .htmlhintrc
{
"tagname-lowercase": false,
"tag-pair": true,
"attr-value-double-quotes": true,
"attr-value-not-empty": true,
"attr-no-duplication": true,
"id-unique": true,
"space-tab-mixed-disabled": "space4"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment