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

25 lines
437 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",
2025-11-22 07:21:25 -06:00
"Bunit",
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,
2025-01-04 18:06:16 -06:00
"MD033": false,
2024-11-11 16:07:42 -06:00
},
"editor.formatOnSave": true,
2024-04-03 12:02:00 -05:00
}