settings.json with indentation config in VSCode

This commit is contained in:
Inaki Fernandez
2022-10-02 19:19:44 +02:00
parent 2fa238b612
commit ec9c8cf0bb

View File

@@ -6,6 +6,7 @@ Apparently [Material for MKDocs](https://squidfunk.github.io/mkdocs-material/) r
My VSCode's settings.json :
```json
{
"markdown.extension.toc.levels": "2..6",
"markdown.extension.tableFormatter.normalizeIndentation": true,
@@ -21,4 +22,5 @@ My VSCode's settings.json :
"no-hard-tabs": false
},
"markdownlint.run": "onSave"
}
}
```