disable automatic PHP CS Fixer on save
This commit is contained in:
@ -44,7 +44,7 @@
|
|||||||
("return_assignment" . t)
|
("return_assignment" . t)
|
||||||
("trailing_comma_in_multiline" . t)))))
|
("trailing_comma_in_multiline" . t)))))
|
||||||
(php-cs-fixer-rules-fixer-part-options '())
|
(php-cs-fixer-rules-fixer-part-options '())
|
||||||
:hook (before-save . php-cs-fixer-before-save)
|
;; :hook (before-save . php-cs-fixer-before-save)
|
||||||
)
|
)
|
||||||
|
|
||||||
(provide 'lang-php)
|
(provide 'lang-php)
|
||||||
|
Reference in New Issue
Block a user