mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2025-01-27 15:35:49 +00:00
15 lines
371 B
JSON
15 lines
371 B
JSON
{
|
|
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md024.md
|
|
// MD024 - Multiple headings with the same content
|
|
"MD024": {
|
|
"siblings_only": true
|
|
},
|
|
|
|
// https://github.com/DavidAnson/markdownlint/blob/main/doc/md013.md
|
|
// MD013 - Line length
|
|
"MD013": {
|
|
"code_block_line_length": 120,
|
|
"headings": false
|
|
}
|
|
}
|