2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-19 01:24:05 +00:00
rust-clippy/.remarkrc.json

13 lines
185 B
JSON
Raw Normal View History

2016-05-06 14:07:54 +00:00
{
"plugins": {
"lint": {
"table-pipes": false,
"table-pipe-alignment": false,
"maximum-line-length": 120
}
},
"settings": {
"commonmark": true
}
}