docs: Fix formatting (#25057)

This PR fixes a formatting issue in the docs that was introduced in
#5669.

Seems that PR was merged without passing CI.

Release Notes:

- N/A
This commit is contained in:
Marshall Bowers 2025-02-17 23:43:50 -05:00 committed by GitHub
parent a8de6af641
commit 93efb57c75
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1167,7 +1167,7 @@ Note, specifying `file_scan_exclusions` in settings.json will override the defau
## File Scan Inclusions
- Setting: `file_scan_inclusions`
- Description: Files or globs of files that will be included by Zed, even when ignored by git. This is useful for files that are not tracked by git, but are still important to your project. Note that globs that are overly broad can slow down Zed's file scanning. `file_scan_exclusions` takes precedence over these inclusions.
- Description: Files or globs of files that will be included by Zed, even when ignored by git. This is useful for files that are not tracked by git, but are still important to your project. Note that globs that are overly broad can slow down Zed's file scanning. `file_scan_exclusions` takes precedence over these inclusions.
- Default:
```json