From 2d62574eba33e4751bc5a8e791893612a365df05 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 27 May 2025 19:54:20 +0800 Subject: [PATCH] chore: format --- .vscode/settings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index d51511a2c..dc371b9b0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -100,7 +100,7 @@ "**/.stylelintcache": true, "**/.DS_Store": true, "**/vite.config.mts.*": true, - "**/tea.yaml": true, + "**/tea.yaml": true }, "files.watcherExclude": { "**/.git/objects/**": true, @@ -110,7 +110,7 @@ "**/tmp/**": true, "**/bower_components/**": true, "**/dist/**": true, - "**/yarn.lock": true, + "**/yarn.lock": true }, "typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],