From 72ee69172cc3df9e74a33796a999fe2623ae8ef7 Mon Sep 17 00:00:00 2001 From: Niek <32094562+niekschoemaker@users.noreply.github.com> Date: Fri, 6 Sep 2024 20:26:04 +0200 Subject: [PATCH] Update .markdownlint.json --- .markdownlint.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.markdownlint.json b/.markdownlint.json index 3abfc9e0..9f0f9dc1 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,5 +1,6 @@ { "default": true, "line_length": false, - "code-block-style": { "style": "fenced" } + "code-block-style": { "style": "fenced" }, + "ul-indent": 4 }