tab dots
#3887
Replies: 2 comments 2 replies
-
It sounds like the file you're editing uses spaces for indentation (not tabs). Unfortunately, there is currently no way to configure the editor to only render indentation spaces and not other spaces. |
Beta Was this translation helpful? Give feedback.
1 reply
-
a table like this will render dots only where there are tabs [editor.whitespace.render]
space = "none"
tab = "all"
newline = "none"
[editor.whitespace.characters]
tab = "·"
tabpad = "·" it also seems you have to close and open the editor to see them being rendered |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there, sorry for raising this issue but can you tell me how can i enable render for tabs only? in
when i make space = 'none' then all render dots disappear. so how can i enable it only for tabs and not for spaces? Thank
Note: i also tried
Beta Was this translation helpful? Give feedback.
All reactions