From 0c80347ba136d23a0242d26832a67a39e1d67dcf Mon Sep 17 00:00:00 2001 From: hrko <18254610+hrko@users.noreply.github.com> Date: Thu, 19 Feb 2026 16:01:06 +0000 Subject: [PATCH] Add shfmt plugin metadata --- info.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/info.json b/info.json index afd2742..e6edef8 100644 --- a/info.json +++ b/info.json @@ -181,6 +181,20 @@ "gql" ], "configExcludes": [] + }, + { + "name": "hrko/dprint-plugin-shfmt", + "description": "shfmt (Shell) wrapper plugin.", + "selected": false, + "configKey": "shfmt", + "fileExtensions": [ + "sh", + "bash", + "zsh", + "mksh", + "bats" + ], + "configExcludes": [] } ] }