1
0
Fork 0
mirror of https://github.com/rust-unofficial/awesome-rust.git synced 2024-11-20 11:36:11 -05:00
rust/.markdownlint.json

11 lines
154 B
JSON
Raw Normal View History

2021-08-05 18:01:37 -04:00
{
"default": true,
"MD004": false,
"MD007": false,
"MD013": {
"line_length": 1000
},
"MD024": false,
2021-08-08 14:43:01 -04:00
"MD032": false
2021-08-05 18:01:37 -04:00
}