1
0
Fork 0
mirror of https://github.com/cisagov/log4j-affected-db.git synced 2024-09-19 19:12:38 +00:00
log4j-affected-db/.mdl_config.json
Jeremy Frasier 1843ca0b48
Add config file for markdownlint
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.
2019-06-24 17:14:02 -04:00

7 lines
86 B
JSON

{
"MD013": {
"code_blocks": false,
"tables": false
},
"default": true
}