summaryrefslogtreecommitdiff
path: root/tidy.conf
diff options
context:
space:
mode:
authorSteph Enders <steph@senders.io>2023-06-21 20:31:43 -0400
committerSteph Enders <steph@senders.io>2023-06-21 20:31:43 -0400
commitdb1d929f35ca976b27b4ba042b3c81bb42412906 (patch)
treebdfc31d694fc1a527b29c971698a44d1c25a5eb5 /tidy.conf
parenta1d37cf969f93d4ee7a52aecbf139563c878355f (diff)
Add tidy and tidy the content
Diffstat (limited to 'tidy.conf')
-rw-r--r--tidy.conf14
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