Skip to content

Instantly share code, notes, and snippets.

@jverdeyen
Created June 25, 2013 07:32
Show Gist options
  • Save jverdeyen/5856663 to your computer and use it in GitHub Desktop.
Save jverdeyen/5856663 to your computer and use it in GitHub Desktop.
Symfony2 Sublime Text 2 project file
{
"folders":
[
{
"path": ".",
"file_exclude_patterns": ["*.php~"],
"folder_exclude_patterns": ["app/cache", "app/logs", "web/css", "web/js", "vendor/", "build/coverage", "build/logs","web/media/cache", "web/assetic"]
}
],
"settings":
{
"tab_size": 4,
"detect_indentation" : false
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment