summaryrefslogtreecommitdiffstats
path: root/.markdownlint.json
blob: aed3162141eddc499cd8b2d6f6600166b1888985 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "MD013": {
    "line_length": 100,
    "heading_line_length": 100,
    "code_block_line_length": 100,
    "code_blocks": false,
    "tables": false,
    "headings": true,
    "headers": true,
    "strict": false,
    "stern": false
  },
  "MD025": false,
  "MD034": false
}