Skip to content

Instantly share code, notes, and snippets.

@siamkreative
Created June 21, 2016 05:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save siamkreative/38132c805880c3b1237b9b62f2d58328 to your computer and use it in GitHub Desktop.
Save siamkreative/38132c805880c3b1237b9b62f2d58328 to your computer and use it in GitHub Desktop.
Sublime Text 3 Key Bindings
[{
"keys": ["f12"],
"command": "chain",
"args": {
"commands": [
["reindent", {
"single_line": false,
"detect_indentation": false,
"tab_size": 4,
"translate_tabs_to_spaces": true
}],
["html_beautify"],
]
},
"context": [{
"key": "selector",
"operator": "equal",
"operand": "text.html,text.html.twig,text.twig,source.html,source.html.twig,source.twig"
}]
}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment