benmatselby / sublime-phpcs

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

Enable to run cs fixer on save #35

Closed cedriclombardot closed 12 years ago

cedriclombardot commented 12 years ago

Hi,

Sould be really interresting to enabling running cs fixer when we save a file

Cedric

benmatselby commented 12 years ago

This is now on the master branch and you can configure this by using

"php_cs_fixer_on_save": true

Closing the ticket.