diff options
Diffstat (limited to '.emacs.d/lisp/php-mode.el')
| -rw-r--r-- | .emacs.d/lisp/php-mode.el | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.emacs.d/lisp/php-mode.el b/.emacs.d/lisp/php-mode.el index 64c58a7..40da74c 100644 --- a/.emacs.d/lisp/php-mode.el +++ b/.emacs.d/lisp/php-mode.el | |||
| @@ -378,8 +378,9 @@ This variable can take one of the following symbol values: | |||
| 378 | (const :tag "PSR-2" psr2)) | 378 | (const :tag "PSR-2" psr2)) |
| 379 | :initialize 'custom-initialize-default) | 379 | :initialize 'custom-initialize-default) |
| 380 | 380 | ||
| 381 | 381 | ;; Since this function has a bad influence on the environment of many users, | |
| 382 | (defcustom php-mode-enable-project-coding-style t | 382 | ;; temporarily disable it |
| 383 | (defcustom php-mode-enable-project-coding-style nil | ||
| 383 | "When set to true override php-mode-coding-style by php-project-coding-style. | 384 | "When set to true override php-mode-coding-style by php-project-coding-style. |
| 384 | 385 | ||
| 385 | If you want to suppress styles from being overwritten by directory / file | 386 | If you want to suppress styles from being overwritten by directory / file |
