While writing a code using VSCode, there are lots of settings to configure to make it easy for the programmers to write the code faster and make it readable. Indentation is a must in every code you write to make the code readable. Using VSCode settings (Shortcut: Ctrl + ,) you can adjust the Indentation Tab Size. Now, Lets see how we can toggle indent dots in the code.
Also Read: How to remove a vertical line from Atom text Editor
Without Indent Dots:

With Indent Dots:

To Toggle between Indent dots and without dots:

