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 738ce16 commit 9911d8cCopy full SHA for 9911d8c
php-mode.el
@@ -383,6 +383,13 @@ This variable can take one of the following symbol values:
383
(set-default sym value)
384
(php-set-style (symbol-name value))))
385
386
+(defcustom php-mode-enable-project-coding-style t
387
+ "When set to true override php-mode-coding-style by php-project-coding-style.
388
+
389
+If you want to suppress styles from being overwritten by directory / file
390
+local variables, set NIL."
391
+ :type 'boolean)
392
393
(defun php-mode-version ()
394
"Display string describing the version of PHP Mode."
395
(interactive)
0 commit comments