Skip to content

Instantly share code, notes, and snippets.

@mparker17
Last active August 16, 2019 06:58
Show Gist options
  • Save mparker17/93ea38764347cbc7e055c228bd639b48 to your computer and use it in GitHub Desktop.
Save mparker17/93ea38764347cbc7e055c228bd639b48 to your computer and use it in GitHub Desktop.
HTML Tidy (htacg/tidy-html5) configuration file.
//
// @file
// HTML Tidy (htacg/tidy-html5) configuration file.
//
// HTML, XHTML, XML Options.
bare: yes
clean: yes
drop-proprietary-attributes: yes
// Pretty Print Options.
indent: auto
indent-spaces: 2
wrap: 0
// Character Encoding Options.
newline: LF
// Miscellaneous Options.
quiet: yes
tidy-mark: no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment