Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Bunting <6431421+dougbu@users.noreply.github.com>2021-11-16 06:06:12 +0300
committerGitHub <noreply@github.com>2021-11-16 06:06:12 +0300
commit48c76f74df8312c47137aeb7a7beddf84599b0ec (patch)
tree8620ad6f742f9be542c691dd95996d4e1a0e16bb /.vscode
parentf23e72ee7b0e639ea25d5e51d28efb5d70e32dd9 (diff)
Let VS Code do its thing (#38388)
- update settings as it likes to do - !fixup! format the JSON
Diffstat (limited to '.vscode')
-rw-r--r--.vscode/settings.json6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 3a67def99f..6bda7582be 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -5,5 +5,11 @@
"*.props": "xml",
"*.targets": "xml",
"*.tasks": "xml"
+ },
+ "markdownlint.config": {
+ "MD028": false,
+ "MD025": {
+ "front_matter_title": ""
+ }
}
}