From cefb05f5105ce2af749ea46f587e87e80e0f3e04 Mon Sep 17 00:00:00 2001 From: "Visal .In" Date: Sat, 25 Jan 2025 09:33:25 +0700 Subject: [PATCH] add import sorting --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 9eace6db..68d2bd29 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -2,5 +2,8 @@ "editor.formatOnSave": true, "typescript.tsdk": "node_modules\\typescript\\lib", "files.eol": "\n", - "editor.tabSize": 2 + "editor.tabSize": 2, + "editor.codeActionsOnSave": { + "source.organizeImports": "explicit" + } }