Skip to content

Instantly share code, notes, and snippets.

@heartcode
Created August 4, 2013 12:45
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 heartcode/6150225 to your computer and use it in GitHub Desktop.
Save heartcode/6150225 to your computer and use it in GitHub Desktop.
My Sublime Text User Prefs
{
"color_scheme": "Packages/Theme - Default/Tomorrow-Night-Eighties.tmTheme",
"folder_exclude_patterns":
[
"build",
"docs",
".*",
"acceptance-test/src",
"acceptance-test/deps",
"acceptance-test/target",
"uml",
"coverage",
"complexity_report",
"vendor/ruby",
"vendor/jsdoc-toolkit",
"tmp",
"package_debug",
"package_production"
],
"font_size": 16,
"ignored_packages":
[
"Vintage"
],
"tab_size": 2,
"translate_tabs_to_spaces": true,
"word_wrap": "true"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment