From f6f9abd0f8d54808cad06eced1d78930beb52217 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 23 Apr 2019 22:03:01 -0400 Subject: [PATCH] lang/php: add php-cs-fixer package #1350 --- modules/lang/php/packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/lang/php/packages.el b/modules/lang/php/packages.el index 61f3ce303..c56946502 100644 --- a/modules/lang/php/packages.el +++ b/modules/lang/php/packages.el @@ -12,3 +12,6 @@ (unless (featurep! +lsp) (package! phpactor :recipe (:fetcher github :repo "emacs-php/phpactor.el" :files ("*")))) + +(when (featurep! :editor format) + (package! php-cs-fixer))