From 0b9dd918d9acdc30d024663c1604e0ab92f99022 Mon Sep 17 00:00:00 2001 From: invalid w Date: Mon, 9 Oct 2023 17:51:26 +0800 Subject: [PATCH] chore: set vscode default formatter --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 378cd3b2e..a4191f0e9 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -91,7 +91,8 @@ "editor.codeActionsOnSave": { "source.fixAll.eslint": true, "source.fixAll.stylelint": true - } + }, + "editor.defaultFormatter": "esbenp.prettier-vscode" }, "i18n-ally.localesPaths": ["src/locales/lang"], "i18n-ally.keystyle": "nested",