From b941af3ce0ea771994a7838d0874a04131393051 Mon Sep 17 00:00:00 2001 From: JJGadgets Date: Thu, 30 Nov 2023 09:37:36 +0800 Subject: [PATCH] fix(vscode): tab size 2, separate changes --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 58c377c1..17e4b6e4 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -51,7 +51,7 @@ "git.showPushSuccessNotification": true, "git.showProgress": true, "git.showInlineOpenFileAction": true, - "git.untrackedChanges": "mixed", + "git.untrackedChanges": "separate", "terminal.integrated.confirmOnKill": "always", "search.useParentIgnoreFiles": true, "editor.fontSize": 12, @@ -111,6 +111,7 @@ "git.enableSmartCommit": false, "editor.multiCursorModifier": "ctrlCmd", "terminal.integrated.tabs.focusMode": "singleClick", + "editor.tabSize": 2, // "editor.tokenColorCustomizations": { // "comments": "", // "textMateRules": []