]> git.lizzy.rs Git - rust.git/blob - src/tools/clippy/.remarkrc
Merge commit '27afd6ade4bb1123a8bf82001629b69d23d62aff' into clippyup
[rust.git] / src / tools / clippy / .remarkrc
1 {
2   "plugins": [
3     "remark-preset-lint-recommended",
4     "remark-gfm",
5     ["remark-lint-list-item-indent", false],
6     ["remark-lint-no-literal-urls", false],
7     ["remark-lint-no-shortcut-reference-link", false],
8     ["remark-lint-maximum-line-length", 120]
9   ],
10   "settings": {
11     "commonmark": true
12   }
13 }