From ea832df2f8f050227d6c79294d87816d42613013 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 31 Dec 2025 12:21:51 -0500 Subject: [PATCH] Add dprint-plugin-mago --- info.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/info.json b/info.json index 273e753..afd2742 100644 --- a/info.json +++ b/info.json @@ -96,6 +96,16 @@ "**/node_modules" ] }, + { + "name": "dprint-plugin-mago", + "description": "Mago (PHP) wrapper plugin.", + "selected": false, + "configKey": "mago", + "fileExtensions": [ + "php" + ], + "configExcludes": [] + }, { "name": "dprint-plugin-ruff", "description": "Ruff (Python) wrapper plugin.",