docs: Fix tabs.file_icons default value (#14701)

Release Notes:

- Fixed `tabs.file_icons` default value in documentation, changed from
`true` to `false`
This commit is contained in:
Chung Wei Leong
2024-07-17 23:03:57 -04:00
committed by GitHub
parent 2c8ead4423
commit 6e08e49d30
+2 -2
View File
@@ -429,7 +429,7 @@ List of `string` values
```json
"tabs": {
"close_position": "right",
"file_icons": true,
"file_icons": false,
"git_status": false
},
```
@@ -462,7 +462,7 @@ List of `string` values
- Description: Whether to show the file icon for a tab.
- Setting: `file_icons`
- Default: `true`
- Default: `false`
### Git Status