Skip to content

Instantly share code, notes, and snippets.

View nawa's full-sized avatar

Siarhei Navatski nawa

View GitHub Profile
@nawa
nawa / Default (Linux).sublime-keymap
Created June 27, 2012 14:24 — forked from coldnebo/Default (Linux).sublime-keymap
simple scripts to prettify your xml and java in sublime text 2 for linux and windows. You can download tidy from http://tidy.sourceforge.net and astyle from http://astyle.sourceforge.net
[
{ "keys": ["ctrl+shift+t"], "command": "astyle_java_linux" },
{ "keys": ["ctrl+shift+x"], "command": "tidy_xml_linux" }
]