We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caca5bb commit 47b371fCopy full SHA for 47b371f
php-mode.el
@@ -13,7 +13,7 @@
13
(defconst php-mode-version-number "1.6.6"
14
"PHP Mode version number.")
15
16
-(defconst php-mode-modified "2012-08-27"
+(defconst php-mode-modified "2012-09-06"
17
"PHP Mode build date.")
18
19
;;; License
@@ -443,6 +443,8 @@ This is was done due to the problem reported here:
443
(set (make-local-variable 'c-opt-cpp-start) php-tags-key)
444
(set (make-local-variable 'c-opt-cpp-prefix) php-tags-key)
445
446
+ (c-set-offset 'topmost-intro-cont 'c-lineup-cascaded-calls)
447
+
448
(set (make-local-variable 'c-block-stmt-1-key) php-block-stmt-1-key)
449
(set (make-local-variable 'c-block-stmt-2-key) php-block-stmt-2-key)
450
0 commit comments