-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathsettings.json
More file actions
39 lines (39 loc) · 1.23 KB
/
Copy pathsettings.json
File metadata and controls
39 lines (39 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"[markdown]": {
"files.trimTrailingWhitespace": false
},
"workbench.colorCustomizations": {
"activityBar.activeBackground": "#938eff",
"activityBar.background": "#938eff",
"activityBar.foreground": "#15202b",
"activityBar.inactiveForeground": "#15202b99",
"activityBarBadge.background": "#ffe1df",
"activityBarBadge.foreground": "#15202b",
"commandCenter.border": "#e7e7e799",
"sash.hoverBorder": "#938eff",
"statusBar.background": "#635bff",
"statusBar.foreground": "#e7e7e7",
"statusBarItem.hoverBackground": "#938eff",
"statusBarItem.remoteBackground": "#635bff",
"statusBarItem.remoteForeground": "#e7e7e7",
"titleBar.activeBackground": "#635bff",
"titleBar.activeForeground": "#e7e7e7",
"titleBar.inactiveBackground": "#635bff99",
"titleBar.inactiveForeground": "#e7e7e799"
},
"peacock.color": "#635bff"
}