From a079f2c9bd2ec5f9cb9d0b06969a522463edac53 Mon Sep 17 00:00:00 2001
From: Sumit Sahrawat <115335378+sumit-sahrawat@users.noreply.github.com>
Date: Mon, 10 Oct 2022 21:23:14 +0000
Subject: [PATCH] Add some vertical characters to the editor.indent-guides
 documentation (#4163)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
---
 book/src/configuration.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/book/src/configuration.md b/book/src/configuration.md
index 707102f6..996c5fb6 100644
--- a/book/src/configuration.md
+++ b/book/src/configuration.md
@@ -249,6 +249,6 @@ Example:
 ```toml
 [editor.indent-guides]
 render = true
-character = "╎"
+character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
 skip-levels = 1
 ```