[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/php-mode 249b31c9b5 2/2: Merge pull request #746 from cwei
|
From: |
ELPA Syncer |
|
Subject: |
[nongnu] elpa/php-mode 249b31c9b5 2/2: Merge pull request #746 from cweiske/pear-cascading |
|
Date: |
Sun, 21 May 2023 13:22:20 -0400 (EDT) |
branch: elpa/php-mode
commit 249b31c9b542e7a22050c97fb26ccbf44150b199
Merge: 37b2b88330 e00469f654
Author: USAMI Kenta <tadsan@pixiv.com>
Commit: GitHub <noreply@github.com>
Merge pull request #746 from cweiske/pear-cascading
Disable php-mode-lineup-cascaded-calls for PEAR style
---
lisp/php-mode.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/php-mode.el b/lisp/php-mode.el
index c38596140f..f0cd36ce95 100644
--- a/lisp/php-mode.el
+++ b/lisp/php-mode.el
@@ -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."
| [Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/php-mode 249b31c9b5 2/2: Merge pull request #746 from cweiske/pear-cascading,
ELPA Syncer <=