From fe224ba50da0ba0dff4cc7dbeff8d71479729dc9 Mon Sep 17 00:00:00 2001 From: windingwind Date: Thu, 4 May 2023 20:11:30 +0800 Subject: [PATCH] change: disable formatOnType --- .vscode/setting.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/setting.json b/.vscode/setting.json index eeee5eb..fa49336 100644 --- a/.vscode/setting.json +++ b/.vscode/setting.json @@ -1,7 +1,7 @@ { - "editor.formatOnType": true, + "editor.formatOnType": false, "editor.formatOnSave": true, "editor.codeActionsOnSave": { "source.fixAll.eslint": true } -} +} \ No newline at end of file