2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2024-12-22 11:03:16 +00:00
rust-clippy/.remarkrc.json
2016-05-06 16:13:05 +02:00

12 lines
185 B
JSON

{
"plugins": {
"lint": {
"table-pipes": false,
"table-pipe-alignment": false,
"maximum-line-length": 120
}
},
"settings": {
"commonmark": true
}
}