mirror of
https://github.com/estruyf/vscode-front-matter.git
synced 2026-08-08 09:53:20 +02:00
Added information for indent arrays setting
This commit is contained in:
@@ -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
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user