From e86b096b92a01361b96267c58825aca92fd02477 Mon Sep 17 00:00:00 2001 From: Bennet Bo Fenner Date: Mon, 28 Oct 2024 09:45:19 +0100 Subject: [PATCH] docs: Add `indent_guides` setting to project panel docs (#19819) Follow up to #18260 Release Notes: - N/A --- docs/src/configuring-zed.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index 78c7c62c941db7c30898c292d2e4b82f9ca20204..784cb631ca275214380808302d212056aeab29f1 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -2042,6 +2042,7 @@ Run the `theme selector: toggle` action in the command palette to see a current "folder_icons": true, "git_status": true, "indent_size": 20, + "indent_guides": true, "auto_reveal_entries": true, "auto_fold_dirs": true, "scrollbar": { @@ -2163,6 +2164,12 @@ Run the `theme selector: toggle` action in the command palette to see a current - Setting: `indent_size` - Default: `20` +### Indent Guides + +- Description: Whether to show indent guides in the project panel. +- Setting: `indent_guides` +- Default: `true` + ### Scrollbar - Description: Scrollbar related settings. Possible values: null, "auto", "system", "always", "never". Inherits editor settings when absent, see its description for more details.