We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da7bf2a commit 2b5963bCopy full SHA for 2b5963b
php-mode.el
@@ -825,13 +825,15 @@ example `html-mode'. Known such libraries are:\n\t"
825
If the optional argument `QUIET' is non-nil then no syntactic errors are
826
reported, even if `c-report-syntactic-errors' is non-nil."
827
(if (or (not php-mode-warn-if-mumamo-off)
828
+ (not (php-in-poly-php-html-mode))
829
php-warned-bad-indent
830
(php-check-html-for-indentation))
831
(funcall 'c-indent-region start end quiet)))
832
833
(defun php-cautious-indent-line ()
834
"Carefully indent lines in contexts other than HTML templates."
835
836
837
838
839
(let ((here (point))
0 commit comments