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 3df45ee commit 5edaae6Copy full SHA for 5edaae6
php-mode.el
@@ -375,14 +375,8 @@ This variable can take one of the following symbol values:
375
(const :tag "WordPress" wordpress)
376
(const :tag "Symfony2" symfony2)
377
(const :tag "PSR-2" psr2))
378
- :set 'php-mode-custom-coding-style-set
379
:initialize 'custom-initialize-default)
380
381
-(defun php-mode-custom-coding-style-set (sym value)
382
- (when (eq major-mode 'php-mode)
383
- (set sym value)
384
- (set-default sym value)
385
- (php-set-style (symbol-name value))))
386
387
(defcustom php-mode-enable-project-coding-style t
388
"When set to true override php-mode-coding-style by php-project-coding-style.
0 commit comments