-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
41 lines (41 loc) · 1.36 KB
/
settings.json
File metadata and controls
41 lines (41 loc) · 1.36 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
40
41
{
"workbench.colorTheme": "Snazzy",
"editor.minimap.enabled": false,
"editor.fontFamily": "'MesloLGS NF', Menlo, Monaco, 'Courier New', monospace",
"editor.rulers": [80, 120],
"vim.foldfix": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"workbench.activityBar.visible": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"keyboard.touchbar.enabled": false,
"editor.guides.bracketPairs": true,
"editor.lineHeight": 2,
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.gotoLocation.multipleDeclarations": "goto",
"editor.gotoLocation.multipleDefinitions": "goto",
"editor.gotoLocation.multipleImplementations": "goto",
"editor.gotoLocation.multipleReferences": "goto",
"editor.gotoLocation.multipleTypeDefinitions": "goto",
"editor.lineNumbers": "relative",
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"go.toolsManagement.autoUpdate": true,
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"explorer.compactFolders": false,
"window.zoomLevel": 1,
}