summaryrefslogtreecommitdiff
path: root/test/sanity/code-smell/pymarkdown.config.json
blob: afe83a35c01d5579628aa8e9d2b5289fe4e2f271 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "plugins": {
        "line-length": {
            "line_length": 160,
            "code_block_line_length": 160
        },
        "first-line-heading": {
            "enabled": false
        }
    }
}