Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kyranjamie
Created October 21, 2013 08:34
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 kyranjamie/7080509 to your computer and use it in GitHub Desktop.
Save kyranjamie/7080509 to your computer and use it in GitHub Desktop.
Sublime Text 2
{
"auto_complete_selector": "source - comment, meta.tag - punctuation.definition.tag.begin",
"color_scheme": "Packages/Tomorrow Color Schemes/Tomorrow-Night.tmTheme",
"dictionary": "Packages/Language - English/en_GB.dic",
"folder_exclude_patterns":
[
".sass-cache",
"node_modules",
".git"
],
"file_exclude_patterns" :
[
"*.sublime-project",
"*.sublime-workspace",
"*.command"
],
"font_size": 12.0,
"ignored_packages":
[
"Vintage",
"Theme - Soda",
"SassBeautify"
],
"soda_folder_icons": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment