Skip to content

Instantly share code, notes, and snippets.

@esasse
Created February 11, 2015 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save esasse/4aa7c48cb262931b1840 to your computer and use it in GitHub Desktop.
Save esasse/4aa7c48cb262931b1840 to your computer and use it in GitHub Desktop.
SublimeText Settings
{
"color_scheme": "Packages/User/Railscasts (SL).tmTheme",
"ensure_newline_at_eof_on_save": true,
"hot_exit": false,
"ignored_packages":
[
"RubyTest",
"Markdown",
"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