Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created June 14, 2017 07:53
Show Gist options
  • Save wayanjimmy/0680b4bb9fc318578217da731c3e94c7 to your computer and use it in GitHub Desktop.
Save wayanjimmy/0680b4bb9fc318578217da731c3e94c7 to your computer and use it in GitHub Desktop.
VsCode tasks.json
{
// See https://go.microsoft.com/fwlink/?LinkId=733558
// for the documentation about the tasks.json format
"version": "0.1.0",
"command": "php-cs-fixer",
"isShellCommand": true,
"args": ["fix", "${file}", "--config", "${workspaceRoot}/.php-cs"],
"showOutput": "never"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment