mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
lang/php: add php-cs-fixer package #1350
This commit is contained in:
@ -12,3 +12,6 @@
|
|||||||
|
|
||||||
(unless (featurep! +lsp)
|
(unless (featurep! +lsp)
|
||||||
(package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*"))))
|
(package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*"))))
|
||||||
|
|
||||||
|
(when (featurep! :editor format)
|
||||||
|
(package! php-cs-fixer))
|
||||||
|
Reference in New Issue
Block a user