From 3d1ae68f832bcb7fd424a05b64f60194d96235fd Mon Sep 17 00:00:00 2001 From: Marco Roth Date: Mon, 17 Mar 2025 17:22:39 +0100 Subject: [PATCH] docs: Remove duplicate `indent_guides` setting in Project panel options (#26927) Just a small docs pull request to remove the duplicate `indent_guides` setting in the Project panel options section of the docs. There is also another `indent_guides` on [L2585](https://github.com/zed-industries/zed/pull/26927/files#diff-c2decf822f3085926bd23bdf175700222dfd8193d48ea39908d4bb1d1a7c6240R2584). ~~Let me know if you prefer to remove the other instance, thank you!~~ Edit: I just realized it's the old setting, `indent_guides` now expects a object. --- docs/src/configuring-zed.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/src/configuring-zed.md b/docs/src/configuring-zed.md index ea3dd5bb19..774b9fafb7 100644 --- a/docs/src/configuring-zed.md +++ b/docs/src/configuring-zed.md @@ -2576,7 +2576,6 @@ 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": {