null-ls.phpcbf: init (#43)

This commit is contained in:
Alexander Nortung 2022-10-04 13:17:56 +00:00 committed by GitHub
parent 808c20d1f9
commit 389fbafb20
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,9 @@ let
diagnostics = {
};
formatting = {
phpcbf = {
packages = [ pkgs.phpPackages.phpcbf ];
};
alejandra = {
packages = [ pkgs.alejandra ];
};