Files
blog.stevanfreeborn.com/.vscode/settings.json
T

15 lines
261 B
JSON

{
"cSpell.words": [
"Antiforgery",
"blazor",
"Entitize",
"Hsts",
"Markdig",
"msedge"
],
"dotnet.unitTests.runSettingsPath": "./test/Blog.Tests/.runsettings",
"markdownlint.config": {
"default": true,
"MD041": false,
}
}