mirror of
https://github.com/cisagov/log4j-affected-db.git
synced 2024-11-14 21:07:54 +00:00
1843ca0b48
This config file turns off the "line too long" rule when within a code block or a table. Often there is no way to avoid going over 80 lines in such cases.
8 lines
86 B
JSON
8 lines
86 B
JSON
{
|
|
"MD013": {
|
|
"code_blocks": false,
|
|
"tables": false
|
|
},
|
|
"default": true
|
|
}
|