Skip to content

Instantly share code, notes, and snippets.

@madsanton
madsanton / Default (Linux).sublime-keymap
Created September 18, 2012 13:30 — 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" }
]
@madsanton
madsanton / Default (Linux).sublime-keymap
Created September 18, 2012 13:30 — 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" }
]