Skip to content

Instantly share code, notes, and snippets.

View pventurino's full-sized avatar

Pablo Venturino pventurino

View GitHub Profile
@pventurino
pventurino / Default (Linux).sublime-keymap
Created February 22, 2012 13:48 — forked from coldnebo/Default (Linux).sublime-keymap
simple scripts to prettify your xml and json in sublime text 2
[
{ "keys": ["ctrl+shift+x"], "command": "tidy_xml" },
{ "keys": ["ctrl+shift+j"], "command": "prettify_json" }
]