Skip to content

Instantly share code, notes, and snippets.

@esasse
Created August 19, 2014 01:18
Show Gist options
  • Save esasse/c2df8af137125fff984d to your computer and use it in GitHub Desktop.
Save esasse/c2df8af137125fff984d to your computer and use it in GitHub Desktop.
Sublime Text Settings
{
"color_scheme": "Packages/User/Railscasts.tmTheme",
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"remember_open_files": false,
"rulers":
[
80
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment