From a8ca77673738c3c27731c72be5c86d89c8d4fc41 Mon Sep 17 00:00:00 2001 From: Nik Charlebois Date: Sat, 27 Jan 2018 12:11:31 -0500 Subject: [PATCH] Create .markdownlint.json --- .markdownlint.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..f59d82e --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,8 @@ +{ + "default": true, + "MD029": { + "style": "ordered" + }, + "MD034": false, + "no-hard-tabs": true +}