From 61260f0998bd9f94ea1def09a9d0f8da5f6cde50 Mon Sep 17 00:00:00 2001 From: Christian Segundo Date: Sat, 30 Dec 2023 15:29:41 +0100 Subject: Update readme --- .markdownlintrc | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .markdownlintrc (limited to '.markdownlintrc') 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 } +} -- cgit v1.2.3