summaryrefslogtreecommitdiff
path: root/.emacs.d/lisp/php-mode.el
diff options
context:
space:
mode:
authorSimeon Simeonov2018-03-31 14:10:13 +0200
committerSimeon Simeonov2018-03-31 14:10:13 +0200
commite148d19f5d03fef8523c0c6e79c880ce562cfddc (patch)
treedb60db6374df4f1d37e50acd478d7aa98f70a0bf /.emacs.d/lisp/php-mode.el
parent58206fbeb12ad33430f6791d6a0e79a2fab6725a (diff)
Upgrade php-mode
Diffstat (limited to '.emacs.d/lisp/php-mode.el')
-rw-r--r--.emacs.d/lisp/php-mode.el5
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
385If you want to suppress styles from being overwritten by directory / file 386If you want to suppress styles from being overwritten by directory / file