From ec9c8cf0bbe89955535d02e5b1ea20c3e3e5c24f Mon Sep 17 00:00:00 2001 From: Inaki Fernandez Date: Sun, 2 Oct 2022 19:19:44 +0200 Subject: [PATCH] settings.json with indentation config in VSCode --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 33b14097..364035fe 100644 --- a/README.md +++ b/README.md @@ -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" -} \ No newline at end of file +} +```