google_forms/tasks.json

18 lines
333 B
JSON
Raw Normal View History

2024-08-09 12:04:48 +00:00
{
"version": "2.0.0",
"tasks": [
{
"label": "PHP CodeSniffer Fix",
"type": "shell",
"command": "/var/www/html/google_forms/vendor/bin/phpcbf",
"args": ["--standard=PSR12", "${file}"],
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": []
}
]
}