Files
ansible/test/sanity/code-smell/pymarkdown.config.json
Matt ClayandGitHub 876be11f8c Add pymarkdown sanity test for core (#81220)
* Clean up markdown

* Add pymarkdown sanity test for core

* Update unit test SHA
2023-07-11 14:40:47 -07:00

12 lines
208 B
JSON

{
"plugins": {
"line-length": {
"line_length": 160,
"code_block_line_length": 160
},
"first-line-heading": {
"enabled": false
}
}
}