visual studio code mass indent code example
Example 1: visual studio code auto indent
On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift + I
Example 2: vs code increase indent of selection
Select the lines you want to indent, and
use `Ctrl` + `]` to indent them.