How to change the indentation in line by Vscode

0

I wonder if to use dot instead of line indent does it need some extension? In case I think it would be like seeing each space one point.

Example:

    
asked by anonymous 09.07.2018 / 02:03

1 answer

2

The lines you activate going in File > Preferences > Settings and places

"editor.renderIndentGuides": false

"editor.renderWhitespace": "all"
    
09.07.2018 / 02:11