Skip to content

Instantly share code, notes, and snippets.

@oleksandr-diudiun
Created January 19, 2015 13:26
Show Gist options
  • Save oleksandr-diudiun/69ce8d1765f9d7056f90 to your computer and use it in GitHub Desktop.
Save oleksandr-diudiun/69ce8d1765f9d7056f90 to your computer and use it in GitHub Desktop.
{
"codeintel_enabled_languages":
[
"PHP"
],
"codeintel_live_enabled_languages":
[
"PHP"
],
"codeintel_scan_exclude_dir":
{
"JavaScript":["/build/", "/min/"],
"PHP":["/build/", "/vendor/"],
},
"codeintel_config": {
"Python": {
"env": {
/*
"PATH": "/usr/local/bin:/usr/local/sbin:$PATH",
"PYTHONPATH": "/usr/local/lib/python2.7/site-packages:/usr/local/lib/python:$PYTHONPATH"
*/
}
},
"JavaScript": {
"javascriptExtraPaths": [],
"codeintel_scan_files_in_project": false,
"codeintel_max_recursive_dir_depth": 2
},
"PHP": {
"phpExtraPaths": [],
"codeintel_scan_files_in_project": true,
"codeintel_max_recursive_dir_depth": 5
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment