@@ -661,6 +661,7 @@ but only if the setting is enabled"
661
661
(tab-width . ,(default-value 'tab-width ))
662
662
(fill-column . ,(default-value 'fill-column ))
663
663
(show-trailing-whitespace . ,(default-value 'show-trailing-whitespace ))
664
+ (php-mode-lineup-cascaded-calls . t )
664
665
(php-style-delete-trailing-whitespace . nil )))
665
666
666
667
(defun php-enable-default-coding-style ()
@@ -687,6 +688,7 @@ but only if the setting is enabled"
687
688
(tab-width . 2 )
688
689
(fill-column . 78 )
689
690
(show-trailing-whitespace . t )
691
+ (php-mode-lineup-cascaded-calls . nil )
690
692
(php-style-delete-trailing-whitespace . t )))
691
693
692
694
(defun php-enable-drupal-coding-style ()
@@ -713,6 +715,7 @@ but only if the setting is enabled"
713
715
'(" php"
714
716
(c-offsets-alist . ((statement-cont . php-lineup-hanging-semicolon)))
715
717
(c-indent-comments-syntactically-p . t )
718
+ (php-mode-lineup-cascaded-calls . nil )
716
719
(fill-column . 78 )))
717
720
718
721
(defun php-enable-symfony2-coding-style ()
@@ -727,6 +730,7 @@ but only if the setting is enabled"
727
730
(c-indent-comments-syntactically-p . t )
728
731
(fill-column . 78 )
729
732
(show-trailing-whitespace . t )
733
+ (php-mode-lineup-cascaded-calls . nil )
730
734
(php-style-delete-trailing-whitespace . t )))
731
735
732
736
(defun php-enable-psr2-coding-style ()
0 commit comments