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