Add markdownlint global dotfile.

This commit is contained in:
2024-08-26 14:59:21 +12:00
parent 8e38e0c7dd
commit 21132c2062

5
.markdownlintrc Normal file
View File

@ -0,0 +1,5 @@
{
"default": true,
"MD013": false,
"whitespace": false
}