-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
37 lines (37 loc) · 1.17 KB
/
settings.json
File metadata and controls
37 lines (37 loc) · 1.17 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
{
"workbench.startupEditor": "newUntitledFile",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Cobalt2",
"workbench.activityBar.visible": true,
"terminal.integrated.shell.osx": "/bin/bash",
"eslint.autoFixOnSave": true,
"eslint.validate": [
"javascript",
{
"language": "vue",
"autoFix": true
}
],
"prettier.eslintIntegration": true,
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"window.zoomLevel": 0,
"editor.fontSize": 12,
"editor.tabSize": 4,
"editor.renderWhitespace": "boundary",
"editor.fontLigatures": true,
"editor.detectIndentation": false,
"editor.fontFamily": "Fira Code, Operator Mono, Menlo, Monaco, 'Courier New', monospace",
"editor.lineHeight": 25,
"editor.letterSpacing": 0.5,
"editor.fontWeight": "400",
"editor.cursorStyle": "line",
"editor.cursorWidth": 5,
"editor.insertSpaces": false,
"files.trimTrailingWhitespace": true,
"files.autoSave": "onFocusChange",
"search.location": "panel"
}