Skip to content

Instantly share code, notes, and snippets.

@jvinceso
Created February 16, 2015 11:14
Show Gist options
  • Save jvinceso/4b08355bfff18ea79b72 to your computer and use it in GitHub Desktop.
Save jvinceso/4b08355bfff18ea79b72 to your computer and use it in GitHub Desktop.
Format code in SublimeText
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