diff options
author | Christian Segundo | 2023-12-30 15:29:41 +0100 |
---|---|---|
committer | Christian Segundo | 2023-12-30 15:40:28 +0100 |
commit | 61260f0998bd9f94ea1def09a9d0f8da5f6cde50 (patch) | |
tree | a91b798b05ea180e940dd57dfad9e61b20a31f3b /.markdownlintrc | |
parent | 5b96a1fca8bab27c9cc446295b0946d119510a51 (diff) | |
download | transmission-hacks-61260f0998bd9f94ea1def09a9d0f8da5f6cde50.tar.gz |
Update readmewiki
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 } +} |