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