mirror of
https://github.com/VSadov/Satori.git
synced 2025-06-08 03:27:04 +09:00

* Create markdownlint.yml * Create markdownlint-problem-matcher.json * Create .markdownlint.json * Update .markdownlint.json * fix violations * fixes * Remove "push" section As advised by @viktorhofer so it's quite clear it only runs in CI. Co-authored-by: Dan Moseley <danmose@microsoft.com>
6 lines
71 B
JSON
6 lines
71 B
JSON
{
|
|
"default": false,
|
|
"MD009": {
|
|
"br_spaces": 0
|
|
},
|
|
}
|