benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

Setting php_cs_fixer_on_save to true ignores the extensions_to_execute preference #53

Closed jhoffmann closed 11 years ago

jhoffmann commented 11 years ago

I was working on a related issue with php-cs-fixer not running properly so I had my console open, and noticed when I was saving phpcs.py that Phpcs was running php-cs-fixer.

It seems to be ignoring the "extensions_to_execute": ["php"] directive.

jhoffmann commented 11 years ago

Pull request submitted.