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