Skip to content

Instantly share code, notes, and snippets.

@craig552uk
Last active October 2, 2015 21:58
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 craig552uk/2330174 to your computer and use it in GitHub Desktop.
Save craig552uk/2330174 to your computer and use it in GitHub Desktop.
My Sublime Text 2 Config
{
"color_scheme": "Packages/Color Scheme - Default/Solarized (Dark).tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd"
],
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
"*.egg",
"*.egg-info"
],
"font_size": 10,
"hot_exit": false,
"ignored_packages":
[
"Vintage",
"Gist",
"i3 wm"
],
"remember_open_files": false,
"tab_size": 4,
"translate_tabs_to_spaces": true,
"use_tab_stops": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment