From c35e8ce40d502ff95d9d08fb4946d8ebd4a73ccd Mon Sep 17 00:00:00 2001 From: David Anson Date: Wed, 7 Aug 2024 21:28:21 -0700 Subject: [PATCH] Add empty .markdownlint.json to test directory to prevent inheriting project settings in VS Code editing scenarios. --- test/.markdownlint.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 test/.markdownlint.json diff --git a/test/.markdownlint.json b/test/.markdownlint.json new file mode 100644 index 00000000..9e26dfee --- /dev/null +++ b/test/.markdownlint.json @@ -0,0 +1 @@ +{} \ No newline at end of file