mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 15:32:06 +00:00
13 lines
294 B
Plaintext
13 lines
294 B
Plaintext
{
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
["remark-lint-list-item-indent", false],
|
|
["remark-lint-no-literal-urls", false],
|
|
["remark-lint-no-shortcut-reference-link", false],
|
|
["remark-lint-maximum-line-length", 120]
|
|
],
|
|
"settings": {
|
|
"commonmark": true
|
|
}
|
|
}
|