Currently in VSCode settings you can configure format on save as following:
\"editor.formatOnSave\": true >
\"editor.formatOnSave\": true
On Mac & Linux, use Ctrl + K S
Ctrl + K S
On Windows, use Ctrl + K Ctrl + Shift + S
Ctrl + K Ctrl + Shift + S
To check the VS Code keyboard shortcuts:Ctrl + K, Ctrl + S (yes, almost the same as the above) and search for "save without formatting"
Ctrl + K, Ctrl + S