Skip to content

Instantly share code, notes, and snippets.

@jonchretien
Created January 18, 2013 14:56
Show Gist options
  • Save jonchretien/4565081 to your computer and use it in GitHub Desktop.
Save jonchretien/4565081 to your computer and use it in GitHub Desktop.
Sublime Text 2 Key Bindings (User)
[
{
// Code Formatting
// The argument allows the command to also work on the entire file in addition to a selection.
"keys": ["command+option+["],
"command": "reindent",
"args": {
"single_line": false
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment