Skip to content

Instantly share code, notes, and snippets.

@toddsby
Created August 5, 2014 17:25
Show Gist options
  • Select an option

  • Save toddsby/7519b4c2f206b7c715b4 to your computer and use it in GitHub Desktop.

Select an option

Save toddsby/7519b4c2f206b7c715b4 to your computer and use it in GitHub Desktop.
Sublime User Settings
{
"file_exclude_patterns":
[
".DS_Store",
"._*",
"*.png",
"*.jpg",
"*.sublime*"
],
"folder_exclude_patterns":
[
".svn",
".git",
".sass-cache",
"node_modules"
],
"font_size": 12.0,
"ignored_packages":
[
"JSLint",
"Vintage",
"LiveStyle",
"Emmet"
],
"word_wrap": "auto"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment