Skip to content

Instantly share code, notes, and snippets.

@ergineker
Forked from shibby/watchers.xml
Created December 20, 2016 15:39
Show Gist options
  • Select an option

  • Save ergineker/92742d29bc1e01e28409d6dae384afce to your computer and use it in GitHub Desktop.

Select an option

Save ergineker/92742d29bc1e01e28409d6dae384afce to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="UTF-8"?>
<TaskOptions>
<TaskOptions>
<option name="arguments" value="fix $FileDir$/$FileName$ --rules=@PSR2" />
<option name="checkSyntaxErrors" value="true" />
<option name="description" value="fix code style" />
<option name="exitCodeBehavior" value="NEVER" />
<option name="fileExtension" value="php" />
<option name="immediateSync" value="false" />
<option name="name" value="php-cs-fixer" />
<option name="output" value="" />
<option name="outputFilters">
<array />
</option>
<option name="outputFromStdout" value="false" />
<option name="program" value="/usr/local/bin/php-cs-fixer" />
<option name="scopeName" value="Open Files" />
<option name="trackOnlyRoot" value="false" />
<option name="workingDir" value="$ProjectFileDir$" />
<envs />
</TaskOptions>
</TaskOptions>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment