Added information for indent arrays setting

This commit is contained in:
Elio Struyf
2019-09-17 15:55:47 +02:00
parent db043cf794
commit 055b8d8aa5
2 changed files with 8 additions and 1 deletions
+7
View File
@@ -65,6 +65,13 @@ The tags and categories are stored in the project VSCode user settings. You can
}
```
## Settings
The extension has more settings which allow you to further configure it to your needs. Here is a list of settings which you can set:
- `frontMatter.taxonomy.indentArrays`
- Specify if arrays in front matter are indented. Default: `true`.
## Usage
- Start by opening the command prompt:
+1 -1
View File
@@ -75,7 +75,7 @@
"frontMatter.taxonomy.indentArrays": {
"type": "boolean",
"default": true,
"markdownDescription": "Specify if arrays in front matter are indented. Default is true."
"markdownDescription": "Specify if arrays in front matter are indented. Default: true."
}
}
},