Sodaware / php-beautifier.el

Integrate Emacs with PHP_Beautifier
https://www.philnewton.net/code/php-beautifier-el/
GNU General Public License v3.0
6 stars 0 forks source link

Add phpcbf support #3

Closed Sodaware closed 7 years ago

Sodaware commented 7 years ago

This change adds phpcbf support to the beautification process. If phpcbf is installed and a standard is set, the result from php_beautifier will be run through phpcbf as well.

This fixes issue #1