Skip to content

Instantly share code, notes, and snippets.

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 ericrasch/3859391 to your computer and use it in GitHub Desktop.
Save ericrasch/3859391 to your computer and use it in GitHub Desktop.
SublimeText2 User Preferences (Railscasts)
{
"color_scheme": "Packages/Color Scheme - Default/Railscasts.tmTheme",
"theme": "Phoenix Dark.sublime-theme",
"file_exclude_patterns": [
".DS_Store",
"dump.rdb"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"cache",
"vendor",
"logs",
"node_modules",
".sass-cache",
"log",
"tmp"
],
"ignored_packages":
[
"Vintage",
"SublimeLinter",
"WordHighlight",
"LiveReload",
"BracketHighlighter"
],
"auto_complete": true,
"ensure_newline_at_eof_on_save": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": 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