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