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

22 lines
372 B
JSON
Raw Normal View History

2024-04-03 12:02:00 -05:00
{
"cSpell.words": [
"Abramov",
2024-04-03 12:02:00 -05:00
"Antiforgery",
"blazor",
2024-08-07 10:06:49 -05:00
"Deets",
2024-04-12 19:31:56 -05:00
"Entitize",
2024-04-10 01:28:38 -05:00
"Hsts",
"interwebz",
2024-04-10 01:28:38 -05:00
"Markdig",
"msedge",
2024-06-11 09:53:41 -05:00
"noice",
"Squarespace",
"weebly"
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,
"MD048": false,
2024-04-11 00:58:22 -05:00
}
2024-04-03 12:02:00 -05:00
}