From eea70ac117dbf63a4e5f691a52bfd79e56d85056 Mon Sep 17 00:00:00 2001 From: LouisFonda Date: Tue, 4 Mar 2025 00:35:58 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=B7=BB=E5=8A=A0=E5=B7=A5=E4=BD=9C?= =?UTF-8?q?=E5=8C=BA=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 +- .vscode/settings.json | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 .vscode/settings.json diff --git a/.gitignore b/.gitignore index 999289d..fc9dbad 100644 --- a/.gitignore +++ b/.gitignore @@ -25,7 +25,7 @@ pids yarn-error.log # Editor directories and files -.vscode +#.vscode .idea *.suo *.ntvs* diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1d7051d --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,8 @@ +{ + "C_Cpp.clang_format_fallbackStyle": "LLVM", + "editor.codeActionsOnSave": { + "source.fixAll.eslint": "always" + } +} + +