From 6dec44bdc3421b64f126058f83578b59383c6df6 Mon Sep 17 00:00:00 2001 From: crazywhalecc Date: Tue, 25 Mar 2025 00:17:01 +0800 Subject: [PATCH] sort-config --- config/ext.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/ext.json b/config/ext.json index ade6099c..e0caba22 100644 --- a/config/ext.json +++ b/config/ext.json @@ -920,7 +920,9 @@ "xdebug": { "type": "external", "source": "xdebug", - "target": ["shared"], + "target": [ + "shared" + ], "support": { "Windows": "wip", "BSD": "no",