From f6a45e63f18bc04cead604d6115c9bcdcd1e2888 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=91=E9=BB=91?= Date: Sun, 17 Jul 2022 14:35:09 +0800 Subject: [PATCH] fix: formatOnSave not disabled in workspace (#25) --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index b994829..df671fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -6,5 +6,6 @@ }, "files.associations": { "*.css": "postcss" - } + }, + "editor.formatOnSave": false }