aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
blob: ad37f178e812c2c4d9dd5ec4de3146f55f5092b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
	"default": true,
	"first-line-heading": false,
	"line-length": false,
	"no-hard-tabs": false,
	"no-inline-html": {
		"allowed_elements": [ "kbd" ]
	},
	"no-multiple-blanks": {
		"maximum": 2
	},
	"ul-indent": false,
	"ul-style": {
		"style": "consistent"
	}
}