Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ntwb
Last active July 7, 2017 01:41
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 ntwb/2df0042c9a50466a20eb41a8070f5fe5 to your computer and use it in GitHub Desktop.
Save ntwb/2df0042c9a50466a20eb41a8070f5fe5 to your computer and use it in GitHub Desktop.
@netweb's custom `phpcs.xml` file for Gutenberg
<?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