From e2a7c1cd8323a662eedb1e6fef678c94a6865095 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Fri, 2 Feb 2024 09:49:18 +0100 Subject: [PATCH] style: Add .markdownlint.yaml configuration file --- .markdownlint.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .markdownlint.yaml diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 00000000..d877b77a --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,6 @@ +--- +default: true +MD013: + line_length: 500 +MD024: + siblings_only: true # heading duplication is allowed for non-sibling headings (common in changelogs)