Tony Tuan's blog
5/28/2014
[Sublime] Code Formatter (Reindent) Shortcut in Sublime
Preference -> Key Bindings-User:
[ { "keys": ["ctrl+shift+r"], "command": "reindent", "args": { "single_line": false } } ]
This will reindent entire file in Sublime.
Newer Post
Older Post
Home