From 015c3758d922cd2e06290c460bc34815088848c2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 11 Aug 2025 00:33:28 +0200 Subject: Initial commit --- .markdownlint.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .markdownlint.json (limited to '.markdownlint.json') diff --git a/.markdownlint.json b/.markdownlint.json new file mode 100644 index 0000000..4b45e22 --- /dev/null +++ b/.markdownlint.json @@ -0,0 +1,10 @@ +{ + "default": true, + "MD033": false, + "MD034": false, + "MD013": { + "code_block_line_length": 120, + "line_length": 120, + "tables": false + } +} -- cgit v1.2.3