Skip to content

Instantly share code, notes, and snippets.

View Setheck's full-sized avatar
👀
hacking the gibson

Seth Setheck

👀
hacking the gibson
View GitHub Profile
@coldnebo
coldnebo / Default (Linux).sublime-keymap
Created August 10, 2011 23:20
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" }
]