Skip to content

Instantly share code, notes, and snippets.

@cwsaylor
Last active August 29, 2015 13:57
Show Gist options
  • Save cwsaylor/9849028 to your computer and use it in GitHub Desktop.
Save cwsaylor/9849028 to your computer and use it in GitHub Desktop.
To use these settings in Sublime, click the menu items: Sublime Text -> Preferences -> Settings - User and copy and paste the following settings.
{
"check_for_bundler": true,
"check_for_rbenv": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"detect_indentation": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.csv",
"*.db",
"*.dds",
"*.dll",
"*.dylib",
"*.eot",
"*.exe",
"*.gem",
"*.gif",
"*.ico",
"*.idb",
"*.jpeg",
"*.jpg",
"*.lib",
"*.log",
"*.ncb",
"*.o",
"*.obj",
"*.otf",
"*.pdb",
"*.pdf",
"*.png",
"*.psd",
"*.pyc",
"*.pyo",
"*.rdb",
"*.sassc",
"*.scssc",
"*.sdf",
"*.so",
"*.suo",
"*.swf",
"*.tiff",
"*.ttc",
"*.ttf",
"*.woff",
".DS_Store",
"*.zip"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".sass-cache",
"tmp",
"log"
],
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_subsequent_lines": false,
"show_encoding": true,
"show_full_path": true,
"tab_size": 2,
"theme": "Soda Dark.sublime-theme",
"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