Windows版でのVisualStudioCodeでのコード整形のショートカットキー。
Shift + alt + f
File > Preference > KeyboardShortcutsからショートカットキーの確認ができます。
DefaultKeyboardShortcuts
//120行目
{ "key": "shift+alt+f", "command": "editor.action.format",
"when": "editorTextFocus" },