Skip to content

Instantly share code, notes, and snippets.

@andycole
Created May 7, 2014 15:43
Show Gist options
  • Save andycole/6cee32e44a7eef01fb5f to your computer and use it in GitHub Desktop.
Save andycole/6cee32e44a7eef01fb5f to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"folder_exclude_patterns":
[
".svn",
".git",
".hg",
"CVS",
".tpl.php"
],
"font_size": 10,
"ignored_packages":
[
"ColorPicker",
"Vintage"
],
"tab_size": 4,
"translate_tabs_to_spaces": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment