Skip to content

Instantly share code, notes, and snippets.

@masciugo
Created October 9, 2014 09:33
Show Gist options
  • Save masciugo/6dd7202727a9b28f1e8c to your computer and use it in GitHub Desktop.
Save masciugo/6dd7202727a9b28f1e8c to your computer and use it in GitHub Desktop.
.sublime-project file example
{
"folders":
[
{
"path": ".",
"folder_exclude_patterns":
[
".bundle",
"log"
],
"file_exclude_patterns":
[
".sublime-project.sublime-workspace"
]
}
],
"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