From 690e82cbfd0d140cc693a97b370061ee8c7b6d88 Mon Sep 17 00:00:00 2001 From: Ralph Slooten Date: Sat, 21 Jun 2025 17:19:23 +1200 Subject: [PATCH] Add VS Code settings file for vue & JavaScript linting and auto-formatting --- .vscode/settings.json | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..09c563f --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,39 @@ +{ + "[vue]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "[javascript]": { + "editor.defaultFormatter": "esbenp.prettier-vscode" + }, + "cSpell.words": [ + "AUTHCRAMMD", + "AUTHLOGIN", + "AUTHPLAIN", + "bordercolor", + "CRAMMD", + "dateparse", + "EHLO", + "ESMTP", + "EXPN", + "gofmt", + "Healthz", + "HTTPIP", + "Inlines", + "jhillyerd", + "leporo", + "lithammer", + "livez", + "Mechs", + "navhtml", + "neostandard", + "popperjs", + "readyz", + "RSET", + "shortuuid", + "SMTPTLS", + "swaggerexpert", + "UITLS", + "VRFY", + "writef" + ] +}