mirror of
https://github.com/rust-lang/rust.git
synced 2024-10-31 22:41:50 +00:00
14 lines
312 B
Plaintext
14 lines
312 B
Plaintext
{
|
|
"plugins": [
|
|
"remark-preset-lint-recommended",
|
|
"remark-gfm",
|
|
["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
|
|
}
|
|
}
|