ChromatixAU / phpcs-config-chromatix

Chromatix custom config for phpcs. Based heavily on the WordPress Coding Standards but with some of our own too.
https://www.chromatix.com.au
MIT License
1 stars 0 forks source link

Use the whole available terminal size when not called directly #7

Open tdmalone opened 6 years ago

tdmalone commented 6 years ago

Probably not related directly to our config, but it would be nice to find a way to get output like this:

image

instead of this:

image

The former is run directly with phpcs on the command line; the latter is run via a composer.json script. We get similar output when running via gulp.