Skip to content

Instantly share code, notes, and snippets.

@MindTwister
Created November 11, 2016 09:08
Show Gist options
  • Save MindTwister/2ef9bb45ef5083927a0c208b9b69188b to your computer and use it in GitHub Desktop.
Save MindTwister/2ef9bb45ef5083927a0c208b9b69188b to your computer and use it in GitHub Desktop.
((php-mode
(phpcbf-standard . PSR2)
(eval . (progn
(php-enable-psr2-coding-style)
(phpcbf-enable-on-save)
(add-hook 'php-mode-hook 'php-enable-psr2-coding-style)
(add-hook 'php-mode-hook 'phpcbf-enable-on-save)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment