diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..8862099 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,7 @@ +{ + "MD013": { + "line_length": 100, + "code_block_line_length": 120, + "tables": false + } +} \ No newline at end of file