Skip to content

Instantly share code, notes, and snippets.

@rsoares
Created November 2, 2011 10:28
Show Gist options
  • Save rsoares/1333349 to your computer and use it in GitHub Desktop.
Save rsoares/1333349 to your computer and use it in GitHub Desktop.
Project file configuration
{
"folders":
[
{
"path": "path/to/folder/foo"
"file_exclude_patterns": [""]
},
{
"path": "path/to/folder/bar"
"file_exclude_patterns": [""]
},
],
"settings":
{
"tab_size": 8
},
"build_systems":
[
{
"name": "List",
"cmd": ["ll"]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment