Last active
April 1, 2017 00:23
-
-
Save clintfisher/3912411 to your computer and use it in GitHub Desktop.
Textmate style selection reformat with Sublime Text 2
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Preferences > Key Bindings - User | |
Add: | |
[ | |
{ "keys": ["command+shift+r"], "command": "reindent" , "args": { "single_line": false } } | |
] | |
The argument allows the command to also work on the entire file in addition to a selection. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment