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:
parent
a8de6af641
commit
93efb57c75
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue