From f689d2afe1234fd448b0e472d8cdbcaa2abc212f Mon Sep 17 00:00:00 2001 From: kj Date: Mon, 8 Sep 2025 09:21:24 -0300 Subject: [PATCH] disable automatic PHP CS Fixer on save --- configs/lang-php.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/lang-php.el b/configs/lang-php.el index 61ce2c1..dd24981 100644 --- a/configs/lang-php.el +++ b/configs/lang-php.el @@ -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)