visual studio code increase indent in explorer code example
Example 1: vscode explorer indent size
"workbench.tree.indent": 20
Example 2: vs code increase indent of selection
Select the lines you want to indent, and
use `Ctrl` + `]` to indent them.