mirror of
https://github.com/jimeh/.vscode.d.git
synced 2026-02-19 11:26:39 +00:00
chore(language/markdown): tweak markdownlint defaults more to my liking
This commit is contained in:
@@ -490,12 +490,16 @@
|
|||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
|
||||||
},
|
},
|
||||||
|
"markdownlint.configFile": "~/.markdownlint.yaml",
|
||||||
"markdownlint.config": {
|
"markdownlint.config": {
|
||||||
"no-hard-tabs": {
|
"no-hard-tabs": { // MD010
|
||||||
"ignore_code_languages": [
|
"ignore_code_languages": [
|
||||||
"go",
|
"go",
|
||||||
"makefile"
|
"makefile"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"blanks-around-fences": { // MD031
|
||||||
|
"list_items": false
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user