From 8a93a1ccffbe550c5661cebf31b88052a23f9111 Mon Sep 17 00:00:00 2001 From: Usha Mandya Date: Mon, 17 Feb 2020 15:36:32 +0000 Subject: [PATCH] add mdlint json file to fix yaml copy/paste issues --- .markdownlint.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000000..311148115a --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,5 @@ +{ + "default": true, + "MD013": { "line_length": -1 }, + "MD030": { "ol_multi": 2 } +} \ No newline at end of file