Created
February 27, 2015 23:41
-
-
Save zgolus/90b7de8253f49c5609ac to your computer and use it in GitHub Desktop.
minimal tidy config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#based on http://tidy.sourceforge.net/docs/quickref.html | |
#HTML, XHTML, XML Options Reference | |
anchor-as-name: no #? | |
doctype: omit | |
drop-empty-paras: no | |
fix-backslash: no | |
fix-bad-comments: no | |
fix-uri:no | |
hide-endtags: yes #? | |
#input-xml: yes #? | |
join-styles: no | |
literal-attributes: yes | |
lower-literals: no | |
merge-divs: no | |
merge-spans: no | |
output-html: yes | |
preserve-entities: yes | |
quote-ampersand: no | |
quote-nbsp: no | |
show-body-only: auto | |
#Diagnostics Options Reference | |
show-errors: 0 | |
show-warnings: 0 | |
#Pretty Print Options Reference | |
break-before-br: yes | |
indent: yes | |
indent-attributes: no #default | |
indent-spaces: 4 | |
tab-size: 4 | |
wrap: 132 | |
wrap-asp: no | |
wrap-jste: no | |
wrap-php: no | |
wrap-sections: no | |
#Character Encoding Options Reference | |
char-encoding: utf8 | |
#Miscellaneous Options Reference | |
force-output: yes | |
quiet: yes | |
tidy-mark: no |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment