Skip to content

Instantly share code, notes, and snippets.

@mitchelldavis
Last active December 17, 2015 22:29
Show Gist options
  • Save mitchelldavis/5682408 to your computer and use it in GitHub Desktop.
Save mitchelldavis/5682408 to your computer and use it in GitHub Desktop.
Sublime Text 2 Project File Template
//http://www.sublimetext.com/docs/2/projects.html
{
"folders":
[
{
"path": "src",
"folder_exclude_patterns": ["backup"]
},
{
"path": "docs",
"name": "Documentation",
"file_exclude_patterns": ["*.css"]
}
],
"settings":
{
"tab_size": 8
},
"build_systems":
[
{
"name": "List",
"cmd": ["ls"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment