style: Add markdownlint pre-commit hook (#2038)

Co-authored-by: Maria Shodunke <maria-robobug@users.noreply.github.com>
This commit is contained in:
Ayaz Salikhov
2025-04-28 16:31:07 +01:00
committed by GitHub
parent b51ed8dd98
commit 4a0267fbac
13 changed files with 116 additions and 96 deletions

6
.markdownlint.yaml Normal file
View File

@@ -0,0 +1,6 @@
# Default state for all rules
default: true
# MD013/line-length - Line length
MD013:
line_length: 1000