Add some vertical characters to the editor.indent-guides documentation (#4163)

Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
pull/4188/head
Sumit Sahrawat 2022-10-10 21:23:14 +00:00 committed by GitHub
parent 7af7dadd17
commit a079f2c9bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -249,6 +249,6 @@ Example:
```toml
[editor.indent-guides]
render = true
character = "╎"
character = "╎" # Some characters that work well: "▏", "┆", "┊", "⸽"
skip-levels = 1
```