summaryrefslogtreecommitdiffstats
path: root/.markdownlint.json
blob: 4b45e22611b57849de69749850a817eb8d3dc0cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
{
  "default": true,
  "MD033": false,
  "MD034": false,
  "MD013": {
    "code_block_line_length": 120,
    "line_length": 120,
    "tables": false
  }
}