Skip to content

Instantly share code, notes, and snippets.

@mfcodeworks
Created March 15, 2019 03:10
Show Gist options
  • Save mfcodeworks/40ec38311f5c3d0125709a97cbe53a57 to your computer and use it in GitHub Desktop.
Save mfcodeworks/40ec38311f5c3d0125709a97cbe53a57 to your computer and use it in GitHub Desktop.
{
"folders": [
// Artist App
{
"name": "Artist"
"path": "Glam-Squad-Artist-App"
},
// Client App
{
"name": "Client"
"path": "Glam-Squad-Client-App"
},
// Server
{
"name": "Server"
"path": "Glam-Squad-Server"
}
],
"settings": {
"phpcs.warningSeverity": 6,
"phpcs.errorSeverity": 6,
"phpcs.showSources": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"files.autoSave": "afterDelay",
"todohighlight.keywords": [
{
"text" : "API:",
"color": "#fff",
"backgroundColor": "#DC143C"
},
{
"text" : "DEBUG:",
"color": "#fff",
"backgroundColor": "#9400D3"
}
],
"java.configuration.updateBuildConfiguration": "automatic",
"python.linting.pylintEnabled": true,
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment