Skip to content

Commit 9a90bbf

Browse files
committed
Add defvar-local php-style-delete-trailing-whitespace
fixes #553
1 parent 369be83 commit 9a90bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

php-mode.el

+1
Original file line numberDiff line numberDiff line change
@@ -1010,6 +1010,7 @@ this ^ lineup"
10101010
(cons "PHP" (c-lang-const c-mode-menu php)))
10111011

10121012
(defvar-local php-mode--delayed-set-style nil)
1013+
(defvar-local php-style-delete-trailing-whitespace nil)
10131014

10141015
(defun php-set-style (stylename &optional dont-override)
10151016
"Set the current `php-mode' buffer to use the style STYLENAME.

0 commit comments

Comments
 (0)