-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
81 lines (81 loc) · 2.68 KB
/
settings.json
File metadata and controls
81 lines (81 loc) · 2.68 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"editor.guides.bracketPairs": "active",
"files.autoSave": "afterDelay",
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.enableExperiments": false,
"workbench.panel.defaultLocation": "bottom",
"workbench.editor.highlightModifiedTabs": true,
"workbench.colorTheme": "Dark Chai",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "none",
"workbench.statusBar.visible": true,
"workbench.sideBar.location": "left",
"workbench.editor.showTabs": "multiple",
"workbench.editor.tabCloseButton": "left",
"diffEditor.ignoreTrimWhitespace": false,
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderControlCharacters": false,
"editor.fontSize": 10,
"editor.wordWrap": "on",
"editor.fontFamily": "'MesloLGS NF', Menlo, Monaco, 'Courier New', monospace",
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.tabSize": 2,
"editor.insertSpaces": false,
"breadcrumbs.symbolPath": "last",
"editor.letterSpacing": 0,
"editor.fontWeight": "400",
"editor.detectIndentation": false,
"editor.autoIndent": "full",
"editor.trimAutoWhitespace": true,
"editor.lineNumbers": "on",
"editor.cursorStyle": "line",
"editor.fontLigatures": true,
"editor.acceptSuggestionOnEnter": "smart",
"editor.snippetSuggestions": "bottom",
"editor.showUnused": true,
"editor.tabCompletion": "on",
"editor.renderWhitespace": "none",
"explorer.openEditors.visible": 0,
"telemetry.telemetryLevel": "off",
"update.showReleaseNotes": false,
"window.zoomLevel": 1,
"explorer.confirmDelete": true,
"explorer.confirmDragAndDrop": true,
"terminal.integrated.confirmOnExit": "hasChildProcesses",
"git.confirmSync": false,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"git.autofetch": true,
"window.nativeTabs": true,
"window.restoreWindows": "all",
"breadcrumbs.enabled": false,
"extensions.ignoreRecommendations": true,
"extensions.autoUpdate": false,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
"[json]": {},
"[javascript]": {
"editor.defaultformatter": "esbenp.prettier-vscode"
},
"[yaml]": {},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[jsonc]": {},
"remote.SSH.remotePlatform": {
"CloudGenius": "linux"
},
"editor.inlineSuggest.enabled": true,
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"workbench.settings.applyToAllProfiles": []
}