Files
blog.stevanfreeborn.com/.vscode/settings.json
T
2025-01-04 18:06:16 -06:00

24 lines
424 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,
"MD033": false,
},
"editor.formatOnSave": true,
}