disable automatic PHP CS Fixer on save

This commit is contained in:
kj
2025-09-08 09:21:24 -03:00
parent ed547bce34
commit f689d2afe1

View File

@ -44,7 +44,7 @@
("return_assignment" . t)
("trailing_comma_in_multiline" . t)))))
(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)