From ed7a36655b43a9a7fae3afe3b334ca8b26b3d8df Mon Sep 17 00:00:00 2001 From: Served Smart <195884188+servedsmart@users.noreply.github.com> Date: Sat, 21 Jun 2025 19:16:56 +0200 Subject: [PATCH] :art: Formatting: Actually use prettier-plugin-tailwindcss I couldn't find any reason why this plugin is in package.json but not in .prettierrc. Also no issues/PRs etc. Auto formatting with this hasn't been added or tested for accuracy yet (only for functionality), but I assume that if the plugin is in package.json, it should actually get used by prettier. --- .prettierrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 081022e5..51563d0d 100644 --- a/.prettierrc +++ b/.prettierrc @@ -6,8 +6,9 @@ "trailingComma": "all", "proseWrap": "always", "plugins": [ + "@awmottaz/prettier-plugin-void-html", "prettier-plugin-go-template", - "@awmottaz/prettier-plugin-void-html" + "prettier-plugin-tailwindcss" ], "overrides": [ {