Skip to content

Instantly share code, notes, and snippets.

@jeffdeville
Created October 31, 2014 17:56
Show Gist options
  • Select an option

  • Save jeffdeville/dd466fd94ab548e9e417 to your computer and use it in GitHub Desktop.

Select an option

Save jeffdeville/dd466fd94ab548e9e417 to your computer and use it in GitHub Desktop.
Sublime Settings
{
"caret_extra_width": 2,
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night-Eighties.tmTheme",
"detect_indentation": false,
"detect_slow_plugins": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.tags",
"*.tags_sorted_by_file",
"gems.tags",
".DS_Store",
".gitkeep",
"tags"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"public"
],
"font_face": "Source Code Pro Light",
"font_size": 13.0,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Markdown"
],
"line_numbers": true,
"margin": 0,
"remember_open_files": false,
"rulers":
[
80
],
"save_on_focus_lost": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"vintage_start_in_command_mode": true,
"word_separators": "./\\()\"'-:,.;<>~!@#$%^&*|+=[]{}`~?"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment