From 61409e80109c705ce3b14ee07da75e35230ff53a Mon Sep 17 00:00:00 2001 From: LlGC-jop Date: Fri, 3 Jul 2026 16:09:45 +0100 Subject: [PATCH] Sets prettier + vscode config for consistent on-save formatting --- .prettierrc | 1 + .vscode/settings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.prettierrc b/.prettierrc index 757fd64..9144bd5 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,3 +1,4 @@ { + "plugins": ["prettier-plugin-astro"], "trailingComma": "es5" } diff --git a/.vscode/settings.json b/.vscode/settings.json index 35c343d..95a0481 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -10,7 +10,7 @@ // Astro formatter "[astro]": { - "editor.defaultFormatter": "astro-build.astro-vscode" + "editor.defaultFormatter": "esbenp.prettier-vscode" }, // JS / JSON / Markdown / SCSS → Prettier