-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode.json
28 lines (28 loc) · 1001 Bytes
/
vscode.json
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
{
"workbench.iconTheme": "material-icon-theme",
"editor.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace",
"editor.fontSize": 16,
"editor.lineHeight": 30,
"editor.minimap.enabled": true,
"terminal.integrated.fontFamily": "'Source Code Pro', Consolas, 'Courier New', monospace",
"terminal.integrated.fontSize": 16,
"terminal.integrated.lineHeight": 1,
"terminal.integrated.tabs.enabled": true,
"files.exclude": {
"": true,
"**/.git": false
},
"editor.linkedEditing": true,
"liveServer.settings.donotShowInfoMsg": true,
"git.autofetch": true,
"bracketPairColorizer.depreciation-notice": false,
"editor.cursorBlinking": "phase",
"terminal.integrated.cursorBlinking": true,
"editor.formatOnSave": true,
"diffEditor.maxComputationTime": 0,
"diffEditor.maxFileSize": 0,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"workbench.colorTheme": "Atom One Dark"
}