diff options
Diffstat (limited to '.markdownlint.json')
| -rw-r--r-- | .markdownlint.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..c800adc --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,11 @@ +{ + "default": true, + "MD033": false, + "MD034": false, + "MD025": false, + "MD013": { + "code_block_line_length": 120, + "line_length": 120, + "tables": false + } +} |
