From 8540a2c50fa862ae620ed6472c36c2809135fd8a Mon Sep 17 00:00:00 2001 From: OllyNicholass Date: Tue, 29 Oct 2024 21:47:14 +0000 Subject: [PATCH] =?UTF-8?q?chore:=20add=20workspace=20vscode=20config=20fo?= =?UTF-8?q?r=20indentation=20=F0=9F=98=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..a64cb51 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,4 @@ +{ + "editor.tabSize": 4, + "editor.formatOnSave": true +} \ No newline at end of file