-
-
Save oralunal/6060c1f55c0ce5d860de780c31c7fa42 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="C:\Users\oralu\AppData\Roaming\Composer\vendor\bin\php-cs-fixer.bat" /> | |
<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