aboutsummaryrefslogtreecommitdiff
path: root/.markdownlint.json
blob: 2831d6e5fae6cceda68f33e9447e063feacbacf1 (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"]
	},
	"no-multiple-blanks": {
		"maximum": 2
	},
	"no-trailing-spaces": true,
	"table-column-style": false,
	"ul-indent": false,
	"ul-style": {
		"style": "consistent"
	}
}