From 92d8f923660cf0b58395365ee1a170196e29d4d0 Mon Sep 17 00:00:00 2001 From: tdro Date: Sun, 28 Jan 2024 14:01:15 -0500 Subject: .config/tidy: Fix --- .config/tidy.conf | 13 +++++++++++++ .config/tidy/default.conf | 12 ------------ .config/tidy/url.conf | 13 +++++++++++++ 3 files changed, 26 insertions(+), 12 deletions(-) create mode 100644 .config/tidy.conf delete mode 100644 .config/tidy/default.conf create mode 100644 .config/tidy/url.conf (limited to '.config') diff --git a/.config/tidy.conf b/.config/tidy.conf new file mode 100644 index 0000000..c031d89 --- /dev/null +++ b/.config/tidy.conf @@ -0,0 +1,13 @@ +accessibility-check: 0 +ascii-chars: yes +clean: yes +custom-tags: blocklevel +drop-empty-elements: no +fix-style-tags: no +indent-spaces: 2 +indent: yes +markup: no +quiet: no +show-body-only: yes +vertical-space: yes +wrap: 80 diff --git a/.config/tidy/default.conf b/.config/tidy/default.conf deleted file mode 100644 index 67a11e7..0000000 --- a/.config/tidy/default.conf +++ /dev/null @@ -1,12 +0,0 @@ -accessibility-check: 0 -ascii-chars: yes -clean: yes -custom-tags: blocklevel -fix-style-tags: no -indent-spaces: 2 -indent: yes -markup: no -quiet: yes -show-body-only: yes -vertical-space: yes -wrap: 80 diff --git a/.config/tidy/url.conf b/.config/tidy/url.conf new file mode 100644 index 0000000..a762628 --- /dev/null +++ b/.config/tidy/url.conf @@ -0,0 +1,13 @@ +accessibility-check: 0 +ascii-chars: yes +clean: yes +custom-tags: blocklevel +drop-empty-elements: no +fix-style-tags: no +indent-spaces: 2 +indent: yes +markup: no +quiet: yes +show-body-only: yes +vertical-space: yes +wrap: 80 -- cgit v1.2.3