Skip to content

Instantly share code, notes, and snippets.

View nawa's full-sized avatar

Siarhei Navatski nawa

View GitHub Profile
@nawa
nawa / keybase.md
Last active December 26, 2016 07:59

Keybase proof

I hereby claim:

  • I am nawa on github.
  • I am snavatski (https://keybase.io/snavatski) on keybase.
  • I have a public key ASCTvABDigiHiyZ2Sjqsl99Vb4KxAM2EgTiQIfmL_RX0oQo

To claim this, I am signing this object:

@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" }
]