Last Updated: February 25, 2016
·
7.218K
· piperchester

Auto-format key binding in Sublime Text 2

This mapping has saved me tons of time in Sublime keeping my code organized and readable:

{ "keys": ["ctrl+shift+r"], "command": "reindent" , "args": {"single_line": false}}

You can map this binding by clicking on the "Preferences" tab and selecting "Key Bindings - User."

[Source] http://bit.ly/VI7Jgy

1 Response
Add your response

Thank you

over 1 year ago ·