Skip to content

Instantly share code, notes, and snippets.

@michaelkoper
Last active December 23, 2015 17:19
Show Gist options
  • Save michaelkoper/6668089 to your computer and use it in GitHub Desktop.
Save michaelkoper/6668089 to your computer and use it in GitHub Desktop.
Sublime User Preferences
{
"auto_complete": false,
"auto_match_enabled": false,
"bold_folder_labels": true,
"color_scheme": "Packages/User/railscasts.tmTheme",
"folder_exclude_patterns":[
".svn",
".git",
".hg",
"CVS",
"tmp",
".rsync_cache",
".bundle",
"bundle",
".sass-cache",
"coverage",
"log",
"build",
"vendor"
],
"file_exclude_patterns": [
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"file_exclude_patterns": [
"rider/.repl_history",
".DS_Store",
"*.mobileprovision"
],
"font_size": 17.0,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages": [],
"tab_size": 2,
"theme": "Soda Light.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment