-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.txt
48 lines (46 loc) · 1.36 KB
/
vscode.txt
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
40
41
42
43
44
45
46
47
48
{
"workbench.startupEditor": "newUntitledFile",
// "editor.lineNumbers": "relative",
"editor.fontLigatures": true,
"terminal.external.osxExec": "iterm2",
"window.zoomLevel": 0,
"workbench.colorCustomizations": {
"statusBar.background": "#222222",
},
"eslint.workingDirectories": [
"./client"
],
"workbench.iconTheme": "material-icon-theme",
"editor.tabSize": 2,
"workbench.editor.labelFormat": "short",
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"diffEditor.ignoreTrimWhitespace": true,
"cSpell.userWords": [
"Formik",
"extraversion"
],
"[json]": {
},
"editor.fontFamily": "Firacode-retina, Menlo, Monaco, 'Courier New', monospace",
"git.autofetch": true,
"launch": {
"configurations": [],
"compounds": []
},
"typescript.disableAutomaticTypeAcquisition": true,
"workbench.editorAssociations": [
],
"notebook.kernelProviderAssociations": [
],
"editor.fontSize": 12.5,
"workbench.colorTheme": "One Dark Pro",
"workbench.settings.editor": "json",
"workbench.editor.showTabs": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
}