add mdlint json file to fix yaml copy/paste issues

This commit is contained in:
Usha Mandya 2020-02-17 15:36:32 +00:00
parent 72fd8b33c9
commit 8a93a1ccff
1 changed files with 5 additions and 0 deletions

5
.markdownlint.json Normal file
View File

@ -0,0 +1,5 @@
{
"default": true,
"MD013": { "line_length": -1 },
"MD030": { "ol_multi": 2 }
}