markdownlint/test/wrong-types-in-config-file.md

90 lines
1.6 KiB
Markdown
Raw Normal View History

# Wrong Types in Config File
Long line long line long line long line long line long line long line long line long line long line {MD013}
<!-- markdownlint-configure-file {
"heading-style": {
"style": 0
},
"ul-style": {
"style": 0
},
"ul-indent": {
"indent": "2",
"start_indented": 0
},
"no-trailing-spaces": {
"br_spaces": "2",
"list_item_empty_lines": 0,
"strict": 0
},
"no-hard-tabs": {
"code_blocks": 1
},
"no-multiple-blanks": {
"maximum": "1"
},
"line-length": {
"code_block_line_length": "80",
"code_blocks": 1,
"heading_line_length": "80",
"headings": 1,
"line_length": "80",
"strict": 0,
"tables": 1
},
"blanks-around-headings": {
"lines_above": "1",
"lines_below": "1"
},
"no-duplicate-heading": {
"siblings_only": 0
},
"single-title": {
"front_matter_title": 0,
"level": "1"
},
"no-trailing-punctuation": {
"punctuation": 0
},
"ol-prefix": {
"style": 0
},
"list-marker-space": {
"ol_multi": "1",
"ol_single": "1",
"ul_multi": "1",
"ul_single": "1"
},
"blanks-around-fences": {
"list_items": 1
},
"no-inline-html": {
"allowed_elements": 0
},
"hr-style": {
"style": 0
},
"no-emphasis-as-heading": {
"punctuation": 0
},
"first-line-heading": {
"front_matter_title": 0,
"level": "1"
},
"required-headings": {
"headings": 0
},
"proper-names": {
"code_blocks": 1,
"names": 0
},
"code-block-style": {
"style": 0
},
"code-fence-style": {
"style": 0
},
"$schema": "../schema/markdownlint-config-schema.json"
} -->