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
This is my configuration for sublime-keymap:
[ { "keys": [",+=+="], "command": "reindent", "args": { "single_line": false } } ]
For vim people, just use ,== to reindent the whole file.
,==