From 9928f5f2604601718d9b4f217f30ceaa4d94e3ff Mon Sep 17 00:00:00 2001 From: Oskar Barcz Date: Mon, 16 Dec 2024 23:43:13 +0100 Subject: [PATCH] Add markdown checker --- .markdownlint.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .markdownlint.json 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