Skip to content

Instantly share code, notes, and snippets.

@jwalton512
Created October 8, 2015 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jwalton512/c89a1e1cb111eb525891 to your computer and use it in GitHub Desktop.
Save jwalton512/c89a1e1cb111eb525891 to your computer and use it in GitHub Desktop.
sublime project php-cd-fixer build system
{
"folders":
[
{
"path": "."
}
],
"build_systems":
[
{
"name": "php-cs-fixer",
"shell_cmd": "php-cs-fixer fix '$file' --verbose --config-file='$project_path/.php_cs'",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment