Skip to content

Instantly share code, notes, and snippets.

@jimmysawczuk
Created February 8, 2013 00:55
Show Gist options
  • Save jimmysawczuk/4735685 to your computer and use it in GitHub Desktop.
Save jimmysawczuk/4735685 to your computer and use it in GitHub Desktop.
sublime settings
{
"auto_complete": false,
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Tomorrow/Tomorrow-Night.tmTheme",
"default_line_ending": "unix",
"draw_white_space": "all",
"font_face": "Monaco",
"font_size": 12,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"tab_completion": false,
"theme": "Nil.sublime-theme",
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment