Skip to content

Commit

Permalink
update settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewmjm committed Apr 14, 2021
1 parent fc36836 commit 65719bb
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
}
}
"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
}

0 comments on commit 65719bb

Please sign in to comment.