electron/.markdownlint.autofix.json
David Sanders 63ca878210
chore: use markdownlint to lint the docs (#26792)
* chore: use markdownlint to lint the docs

* chore: fix markdown lints

Co-authored-by: Cheng Zhao <zcbenz@gmail.com>
2021-01-14 17:31:26 +09:00

6 lines
73 B
JSON

{
"default": false,
"no-trailing-spaces": {
"br_spaces": 0
}
}