From cdd2fc926dd2abc3bbe3ac9fc1bf768f9c78eabb Mon Sep 17 00:00:00 2001 From: USAMI Kenta Date: Thu, 29 Mar 2018 02:44:06 +0900 Subject: [PATCH] Temporarily disable php-mode-enable-project-coding-style This is a temporary measure because there is a problem with the implementation of php-mode-set-style-delay. --- php-mode.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/php-mode.el b/php-mode.el index 64c58a7b..40da74c6 100644 --- a/php-mode.el +++ b/php-mode.el @@ -378,8 +378,9 @@ This variable can take one of the following symbol values: (const :tag "PSR-2" psr2)) :initialize 'custom-initialize-default) - -(defcustom php-mode-enable-project-coding-style t +;; Since this function has a bad influence on the environment of many users, +;; temporarily disable it +(defcustom php-mode-enable-project-coding-style nil "When set to true override php-mode-coding-style by php-project-coding-style. If you want to suppress styles from being overwritten by directory / file