From cd05dd24e60295b0c2ba93f747c131bbeeacda9b Mon Sep 17 00:00:00 2001 From: Dieu <113346171+dieu-bis@users.noreply.github.com> Date: Wed, 13 Aug 2025 18:19:49 +0200 Subject: [PATCH] Create settings.json --- .vscode/settings.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 00000000..5b1aca27 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,7 @@ +{ + "markdownlint.config": { + "no-inline-html": false, + "link-image-reference-definitions": false, + "fenced-code-language": false + } +} \ No newline at end of file