Last active
September 2, 2017 17:43
-
-
Save shibby/6cb1fcafe3747ce8e2f7aa0e8dc2b516 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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