Skip to content

Commit

Permalink
Merge pull request #746 from cweiske/pear-cascading
Browse files Browse the repository at this point in the history
Disable php-mode-lineup-cascaded-calls for PEAR style
  • Loading branch information
zonuexe authored May 21, 2023
2 parents 37b2b88 + e00469f commit 249b31c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/php-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -714,7 +714,8 @@ a backward search limit."
'("php"
(c-basic-offset . 4)
(c-offsets-alist . ((case-label . 0)))
(tab-width . 4)))
(tab-width . 4)
(php-mode-lineup-cascaded-calls . nil)))

(defun php-enable-pear-coding-style ()
"Set up `php-mode' to use the coding styles preferred for PEAR code and modules."
Expand Down

0 comments on commit 249b31c

Please sign in to comment.