From b9c6c52737e372f68d62c8d0ecc45d61f851f0d8 Mon Sep 17 00:00:00 2001 From: shimataro Date: Sun, 22 Sep 2019 15:33:38 +0900 Subject: [PATCH] * configure markdownlint (#23) --- .markdownlint.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .markdownlint.json diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..49a5aba --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,11 @@ +{ + "MD007": { + "indent": 4 + }, + "MD013": { + "line_length": 255 + }, + "MD024": { + "siblings_only": true + } +}