style: Add .markdownlint.yaml configuration file

This commit is contained in:
Jakob Lichterfeld
2024-02-02 09:49:18 +01:00
parent 90f7ef3a86
commit e2a7c1cd83
+6
View File
@@ -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)