From fc53a6f0b5e4d2b3bfe24cc41a06420ced1d8df7 Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Sat, 11 Jul 2020 13:44:28 +0200 Subject: [PATCH] Added markdown lint config file --- .github/markdownlint.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/markdownlint.yml diff --git a/.github/markdownlint.yml b/.github/markdownlint.yml new file mode 100644 index 00000000..e052a635 --- /dev/null +++ b/.github/markdownlint.yml @@ -0,0 +1,9 @@ +# Markdownlint configuration file +default: true, +line-length: false +no-multiple-blanks: 0 +blanks-around-headers: false +blanks-around-lists: false +header-increment: false +no-duplicate-header: + siblings_only: true