aboutsummaryrefslogtreecommitdiff
path: root/tidy/tidyrc
diff options
context:
space:
mode:
Diffstat (limited to 'tidy/tidyrc')
-rw-r--r--tidy/tidyrc20
1 files changed, 20 insertions, 0 deletions
diff --git a/tidy/tidyrc b/tidy/tidyrc
new file mode 100644
index 00000000..65f93112
--- /dev/null
+++ b/tidy/tidyrc
@@ -0,0 +1,20 @@
+# UTF-8 everywhere by default
+char-encoding: utf8
+input-encoding: utf8
+output-encoding: utf8
+
+# Seems reasonable
+drop-empty-paras: yes
+
+# Indent to four spaces
+indent: yes
+indent-spaces: 4
+
+# Shut up please
+quiet: yes
+
+# Don't mess with my <meta>
+tidy-mark: no
+
+# Don't wrap
+wrap: 0