Files
blog.stevanfreeborn.com/.vscode/settings.json
T
2024-08-07 10:06:49 -05:00

22 lines
372 B
JSON

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