aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
blob: 6c5cefc03c6c00e681462643ecc5bf3c6b21cab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
	"default": true,
	"blanks-around-fences": false,
	"blanks-around-lists": false,
	"first-line-heading": false,
	"line-length": false,
	"no-hard-tabs": false,
	"no-inline-html": {
		"allowed_elements": ["br", "img", "kbd", "translations", "meta"]
	},
	"no-multiple-blanks": {
		"maximum": 2
	},
	"no-trailing-spaces": true,
	"table-column-style": false,
	"ul-indent": false,
	"ul-style": {
		"style": "consistent"
	}
}