Skip to content

Commit

Permalink
Merge pull request #450 from zonuexe/hotfix/disable-lazy-style-set
Browse files Browse the repository at this point in the history
Temporarily disable php-mode-enable-project-coding-style
  • Loading branch information
zonuexe authored Mar 28, 2018
2 parents b42b01f + cdd2fc9 commit 2c83fbe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2c83fbe

Please sign in to comment.