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

15 lines
261 B
JSON
Raw Normal View History

2024-04-03 12:02:00 -05:00
{
"cSpell.words": [
"Antiforgery",
"blazor",
2024-04-12 19:31:56 -05:00
"Entitize",
2024-04-10 01:28:38 -05:00
"Hsts",
"Markdig",
"msedge"
2024-04-08 23:34:32 -05:00
],
2024-04-11 00:58:22 -05:00
"dotnet.unitTests.runSettingsPath": "./test/Blog.Tests/.runsettings",
"markdownlint.config": {
"default": true,
"MD041": false,
}
2024-04-03 12:02:00 -05:00
}