Files
michael-laffin_markdown-for…/config.json

21 lines
451 B
JSON

{
"defaultStyle": "github",
"maxWidth": 80,
"headingStyle": "atx",
"listStyle": "consistent",
"codeStyle": "fenced",
"emphasisStyle": "asterisk",
"strongStyle": "asterisk",
"linkStyle": "inline",
"fixLists": true,
"normalizeSpacing": true,
"preserveHtml": false,
"customRules": [],
"linting": {
"checkLinks": true,
"checkHeadingLevels": true,
"checkListConsistency": true,
"checkEmphasisBalance": false
}
}