From 65719bba1b4144f434a38b56759eac07ba588f2c Mon Sep 17 00:00:00 2001 From: matthewmjm Date: Wed, 14 Apr 2021 17:00:25 -0600 Subject: [PATCH] update settings.json --- .vscode/settings.json | 21 +++++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8d078a1..3650b49 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,18 @@ { - "emmet.includeLanguages": { - "javascript": "javascriptreact" - } -} \ No newline at end of file + "emmet.includeLanguages": { + "javascript": "javascriptreact" + }, + + "[javascript]": { + "editor.formatOnSave": true + }, + "prettier.semi": false, + + "workbench.colorCustomizations": { + "titleBar.activeForeground": "#ffffff", + "titleBar.inactiveForeground": "#ffffffcc", + "titleBar.activeBackground": "#1903e0", + "titleBar.inactiveBackground": "#1903e0CC" + }, + "editor.tabSize": 2 +}