From 93efb57c75bb5b7bdb341f4e6f76587c8e43eb3d Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Mon, 17 Feb 2025 23:43:50 -0500 Subject: [PATCH] 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 --- docs/src/configuring-zed.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 0d44dbfe91..f729dd3db0 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -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