testfx/.markdownlint.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 строки
227 B
JSON
Исходник Обычный вид История

2022-10-19 12:45:43 +03:00
{
"default": true,
"MD013": false,
"MD046": {
"style": "fenced"
},
"proper-names": {
"code_blocks": false,
"names": [
"ASP.NET",
"PowerShell",
"C#"
]
}
}