docs: Fix `tabs.file_icons` default value (#14701)
Chung Wei Leong
created
Release Notes:
- Fixed `tabs.file_icons` default value in documentation, changed from
`true` to `false`
Change summary
docs/src/configuring-zed.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Detailed changes
@@ -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