Skip to content

Instantly share code, notes, and snippets.

@tristanoneil
Created December 7, 2012 15:08
Show Gist options
  • Select an option

  • Save tristanoneil/4233840 to your computer and use it in GitHub Desktop.

Select an option

Save tristanoneil/4233840 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"create_window_at_startup": false,
"draw_white_space": "all",
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"spell_check": true,
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment