diff options
Diffstat (limited to 'tidy.conf')
-rw-r--r-- | tidy.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tidy.conf b/tidy.conf new file mode 100644 index 0000000..398985f --- /dev/null +++ b/tidy.conf @@ -0,0 +1,14 @@ +indent: auto +indent-spaces: 2 +indent-attributes: yes +wrap: 80 +wrap-attributes: no +markup: yes +quote-marks: yes +quote-nbsp: yes +quote-ampersand: no +uppercase-tags: no +uppercase-attributes: no +new-pre-tags: code, +show-warnings: no +hide-comments: yes |