We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b42b01f + cdd2fc9 commit 2c83fbeCopy full SHA for 2c83fbe
php-mode.el
@@ -378,8 +378,9 @@ This variable can take one of the following symbol values:
378
(const :tag "PSR-2" psr2))
379
:initialize 'custom-initialize-default)
380
381
-
382
-(defcustom php-mode-enable-project-coding-style t
+;; Since this function has a bad influence on the environment of many users,
+;; temporarily disable it
383
+(defcustom php-mode-enable-project-coding-style nil
384
"When set to true override php-mode-coding-style by php-project-coding-style.
385
386
If you want to suppress styles from being overwritten by directory / file
0 commit comments