diff options
Diffstat (limited to '.markdownlintrc')
-rw-r--r-- | .markdownlintrc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.markdownlintrc b/.markdownlintrc new file mode 100644 index 0000000..5d77ddb --- /dev/null +++ b/.markdownlintrc @@ -0,0 +1,4 @@ +{ + "default": true, + "MD013": { "line_length": 80, "code_blocks": false, "tables": false } +} |