Skip to content

Instantly share code, notes, and snippets.

View sleeve's full-sized avatar
🏓
ping 127.0.0.1

Steve Morris sleeve

🏓
ping 127.0.0.1
View GitHub Profile

Keybase proof

I hereby claim:

  • I am sleeve on github.
  • I am sleeve (https://keybase.io/sleeve) on keybase.
  • I have a public key whose fingerprint is 4EF3 B127 D081 EF0F 3B25 088F 295F 079A 05F0 2F7B

To claim this, I am signing this object:

@sleeve
sleeve / Preferences.sublime-settings
Created November 26, 2012 20:39
Sublime Text 2 user settings
// Settings in here override those in "Default/Preferences.sublime-settings", and
// are overridden in turn by file type specific settings.
{
// Files containing null bytes are opened as hexadecimal by default
// *** This should allow iOS 6 console logs to be displayed ***
"enable_hexadecimal_encoding": false,
// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": true,