Skip to content

Commit cdd2fc9

Browse files
committed
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.
1 parent b42b01f commit cdd2fc9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

php-mode.el

+3-2
Original file line numberDiff line numberDiff line change
@@ -378,8 +378,9 @@ This variable can take one of the following symbol values:
378378
(const :tag "PSR-2" psr2))
379379
:initialize 'custom-initialize-default)
380380

381-
382-
(defcustom php-mode-enable-project-coding-style t
381+
;; Since this function has a bad influence on the environment of many users,
382+
;; temporarily disable it
383+
(defcustom php-mode-enable-project-coding-style nil
383384
"When set to true override php-mode-coding-style by php-project-coding-style.
384385
385386
If you want to suppress styles from being overwritten by directory / file

0 commit comments

Comments
 (0)