aboutsummaryrefslogtreecommitdiff
path: root/book/src/configuration.md
diff options
context:
space:
mode:
authorSumit Sahrawat2022-10-10 21:23:14 +0000
committerGitHub2022-10-10 21:23:14 +0000
commita079f2c9bd2ec5f9cb9d0b06969a522463edac53 (patch)
treeb971d5740f72ed5940bfb14cea010038dd90fd07 /book/src/configuration.md
parent7af7dadd17a45a22633cad2325ca3cf9ac815ca7 (diff)
Add some vertical characters to the editor.indent-guides documentation (#4163)
Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
Diffstat (limited to 'book/src/configuration.md')
-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
```