docs: Fix project_panel setting defaults (#15358)

This PR fixes the defaults for the `project_panel` setting shown in the
docs.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2024-07-27 16:39:32 -04:00 committed by GitHub
parent 58755a6c88
commit fee49fcf65
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1569,20 +1569,22 @@ Run the `theme selector: toggle` action in the command palette to see a current
- Default:
```json
"project_panel": {
{
"project_panel": {
"button": true,
"default_width": 240,
"dock": "left",
"git_status": true,
"default_width": "N/A - width in pixels",
"auto_reveal_entries": true,
"auto_fold_dirs": false,
"file_icons": true,
"folder_icons": true,
"indent_size" : 20,
"git_status": true,
"indent_size": 20,
"auto_reveal_entries": true,
"auto_fold_dirs": true,
"scrollbar": {
"show": "always"
}
},
}
}
```
### Dock