Skip to content

Instantly share code, notes, and snippets.

@allaire
Created August 11, 2012 00:58
Show Gist options
  • Save allaire/3319582 to your computer and use it in GitHub Desktop.
Save allaire/3319582 to your computer and use it in GitHub Desktop.
ST2 preferences
{
"auto_complete": true,
"color_scheme": "Packages/User/Tomorrow-Night-Eighties.tmTheme",
"file_exclude_patterns":
[
"*.sublime-project",
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".svn"
],
"font_face": "inconsolata",
"font_size": 16.0,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"rulers":
[
80
],
"tab_completion": true,
"theme": "Default.sublime-theme",
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment