Skip to content

Instantly share code, notes, and snippets.

@stevelacey
Created October 14, 2013 10:32
Show Gist options
  • Select an option

  • Save stevelacey/6973747 to your computer and use it in GitHub Desktop.

Select an option

Save stevelacey/6973747 to your computer and use it in GitHub Desktop.
{
"auto_complete_commit_on_tab": true,
"color_scheme": "Packages/RailsCasts Colour Scheme/RailsCastsColorScheme.tmTheme",
"detect_slow_plugins": false,
"dictionary": "Packages/Language - English/en_GB.dic",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
"._*",
".DS_Store",
".tags",
".tags_*",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
"*.class",
"*.psd",
"*.db",
"*.php~",
"jquery.js",
"jquery.min.js"
],
"folder_exclude_patterns":
[
".git",
".rsync_cache",
".rsync-cache",
".sass-cache",
".settings",
".svn",
"app/cache",
"app/logs",
"app/sessions",
"log",
"nbproject",
"tmp",
"web/blog/content/uploads",
"web/bundles",
"web/content/uploads",
"web/uploads"
],
"font_size": 12.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"PHP Companion",
"SCSS",
"SideBarEnhancements",
"Mediawiker",
"PHP-Twig",
"Vintage"
],
"scroll_past_end": true,
"shift_tab_unindent": true,
"spell_check": true,
"theme": "Soda Dark.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment