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 4f55f10 commit b4ad97dCopy full SHA for b4ad97d
php-mode.el
@@ -1200,12 +1200,6 @@ After setting the stylevars run hooks according to STYLENAME
1200
;; PHP vars are case-sensitive
1201
(setq case-fold-search t)
1202
1203
- ;; Do not force newline at end of file. Such newlines can cause
1204
- ;; trouble if the PHP file is included in another file before calls
1205
- ;; to header() or cookie().
1206
- (set (make-local-variable 'require-final-newline) nil)
1207
- (set (make-local-variable 'next-line-add-newlines) nil)
1208
-
1209
(php-set-style (symbol-name php-mode-coding-style))
1210
1211
(when (or php-mode-force-pear
0 commit comments