Last active
July 7, 2017 01:41
-
-
Save ntwb/2df0042c9a50466a20eb41a8070f5fe5 to your computer and use it in GitHub Desktop.
@netweb's custom `phpcs.xml` file for Gutenberg
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"?> | |
<ruleset name="@netweb' custom `phpcs.xml` file for Gutenberg"> | |
<!-- Use colors in output --> | |
<arg value="-colors"/> | |
<!-- Show Progress --> | |
<arg value="p"/> | |
<!-- Now get everything else from this file --> | |
<rule ref="phpcs.xml.dist"/> | |
</ruleset> | |
<!-- https://gist.github.com/ntwb/2df0042c9a50466a20eb41a8070f5fe5 --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment