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.
1 parent 1e55dbe commit 98ecb4cCopy full SHA for 98ecb4c
lisp/php-mode.el
@@ -615,6 +615,8 @@ but only if the setting is enabled."
615
((looking-at-p "->") '+)
616
((looking-at-p "[:?]") '+)
617
((looking-at-p "[,;]") nil)
618
+ ;; Disable extra indentation support under Emacs 28
619
+ ((eval-when-compile (version< emacs-version "28")) nil)
620
;; Is the previous line terminated with `,' ?
621
((progn
622
(forward-line -1)
0 commit comments