how to do indentation in visual studio code code example

Example 1: how to indent the whole block of code in cscode?

you can also indent a whole section by selecting it and clicking TAB.
and also indent backward using Shift + TAB.

Example 2: visual studio code auto indent

On Windows Shift + Alt + F
On Mac Shift + Option + F
On Ubuntu Ctrl + Shift + I

Example 3: indent code in vs code

The code formatting is available in Visual Studio Code through the following 
shortcuts:

On Windows : Shift + Alt + F
On Mac : Shift + Option + F
On Linux : Ctrl + Shift + I