Sublime Text 3: Adding Auto-Fortmat Hotkey

In Sublime Text menu, Preferences > Key Bindings – User add the code below inside []
{"keys": ["alt+shift+f"], "command": "reindent", "args": {"single_line": false}}
Re-open Sublime Text editor and press ALT+SHIFT+F to format texts