We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37b2b88 + e00469f commit 249b31cCopy full SHA for 249b31c
lisp/php-mode.el
@@ -714,7 +714,8 @@ a backward search limit."
714
'("php"
715
(c-basic-offset . 4)
716
(c-offsets-alist . ((case-label . 0)))
717
- (tab-width . 4)))
+ (tab-width . 4)
718
+ (php-mode-lineup-cascaded-calls . nil)))
719
720
(defun php-enable-pear-coding-style ()
721
"Set up `php-mode' to use the coding styles preferred for PEAR code and modules."
0 commit comments