Skip to content

Instantly share code, notes, and snippets.

@ysheng26
Created February 13, 2014 08:37
Show Gist options
  • Save ysheng26/8971747 to your computer and use it in GitHub Desktop.
Save ysheng26/8971747 to your computer and use it in GitHub Desktop.
sublime project template from official documentation
{
"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