mirror of
https://github.com/Decompollaborate/rabbitizer.git
synced 2024-12-26 09:17:08 +00:00
15 lines
371 B
Plaintext
15 lines
371 B
Plaintext
{
|
|
// 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
|
|
}
|
|
}
|