From 87281b6d48f8015c8d779a28d47bbc6a670aee58 Mon Sep 17 00:00:00 2001 From: Okinea Dev Date: Sun, 2 Feb 2025 06:18:17 +0000 Subject: [PATCH] fix: add file association for `*.mdc` files (#16963) --- .gitattributes | 1 + .vscode/settings.json | 1 + 2 files changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 1b3908f258..bc089ec2f3 100644 --- a/.gitattributes +++ b/.gitattributes @@ -15,6 +15,7 @@ *.lock text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.map text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.md text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 +*.mdc text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.mjs text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 *.mts text eol=lf whitespace=blank-at-eol,-blank-at-eof,-space-before-tab,tab-in-indent,tabwidth=2 diff --git a/.vscode/settings.json b/.vscode/settings.json index eca14849b6..f7f7380116 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -140,6 +140,7 @@ }, "files.associations": { "*.idl": "cpp", + "*.mdc": "markdown", "array": "cpp", }, "C_Cpp.files.exclude": {