diff options
Diffstat (limited to '')
-rw-r--r-- | .markdownlint.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..ef592cf --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,6 @@ +{ + "MD013": false, + "MD024": { + "siblings_only": true + } +} |