Skip to content

Instantly share code, notes, and snippets.

@sheedy
Created September 24, 2015 03:02
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 sheedy/5a385b5879cec14d24df to your computer and use it in GitHub Desktop.
Save sheedy/5a385b5879cec14d24df to your computer and use it in GitHub Desktop.
default sublime text project file
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns": [
".git",
"node_modules",
"vendor",
"bower_components",
".tmp"
]
}
],
"settings": {
"FuzzyFilePath": {},
"expand_tabs_on_save": true,
"tab_size": 2
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment