From e68b9d00a6e05b3a941f63ffb696f91e554ac5ec Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 18 Oct 2024 20:33:49 +0200 Subject: Adding upstream version 9.0.3. Signed-off-by: Daniel Baumann --- .markdownlint.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .markdownlint.yaml (limited to '.markdownlint.yaml') diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000..f740d1a --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,17 @@ +commands-show-output: false +fenced-code-language: false +first-line-h1: false +heading-increment: false +line-length: {code_blocks: false, tables: false, stern: true, line_length: -1} +no-alt-text: false +no-bare-urls: false +no-blanks-blockquote: false +no-emphasis-as-heading: false +no-empty-links: false +no-hard-tabs: {code_blocks: false} +no-inline-html: false +no-space-in-code: false +no-space-in-emphasis: false +no-trailing-punctuation: false +no-trailing-spaces: {br_spaces: 0} +single-h1: false -- cgit v1.2.3