Created
February 16, 2015 11:14
-
-
Save jvinceso/4b08355bfff18ea79b72 to your computer and use it in GitHub Desktop.
Format code in SublimeText
This file contains 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
Add the next code in Key Bindings User | |
{ | |
"keys" : ["ctrl+shift+r"], | |
"command": "reindent" , | |
"args": { "single_line": false } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment