helix: Make non visible characters visible
I always don't see the trailing spaces, and want to see them now.
This commit is contained in:
parent
2a0c78d80e
commit
17d13449cc
1 changed files with 8 additions and 0 deletions
|
|
@ -1,2 +1,10 @@
|
|||
theme = "jeenas"
|
||||
editor.rulers = [80]
|
||||
|
||||
[editor.whitespace]
|
||||
render = "all"
|
||||
|
||||
[editor.whitespace.characters]
|
||||
space = "·"
|
||||
tab = "→"
|
||||
newline = "↵"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue