From 84db74586b4b24837d8754c2448033456c6120fc Mon Sep 17 00:00:00 2001 From: Stefan Stefanov Date: Fri, 30 Aug 2024 12:33:40 +0300 Subject: [PATCH] misc: settings update --- .vscode/settings.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 6c4f812..f7964b5 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,10 +1,6 @@ { - "workbench.colorCustomizations": { - "activityBar.background": "#322C2D", - "titleBar.activeBackground": "#463E3F", - "titleBar.activeForeground": "#FAFAFA" - }, "[odin]": { - "editor.formatOnSave": true + "editor.formatOnSave": true, + "editor.tabSize": 4 } } \ No newline at end of file