Unnamed repository; edit this file 'description' to name the repository.
Add some vertical characters to the editor.indent-guides documentation (#4163)
Co-authored-by: Michael Davis <[email protected]>
Sumit Sahrawat 2022-10-11
parent 7af7dad · commit a079f2c
-rw-r--r--book/src/configuration.md2
1 files changed, 1 insertions, 1 deletions
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
```