In Visual Studio I can press Ctrl+K+D to indent everything so the code is structured nicely and readable. Is there a shortcut in Sublime 2 t
Go to Preferences > Key Bindings > User and add the code below:
Preferences
Key Bindings
User
[ { "keys": ["ctrl+shift+f"], "command": "reindent", "args": {"single_line": false} } ]
Usage
Ctrl + Shift + F