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
}
}