-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
37 lines (37 loc) · 1.2 KB
/
settings.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
29
30
31
32
33
34
35
36
37
{
"breadcrumbs.enabled": false,
"diffEditor.ignoreTrimWhitespace": false,
"diffEditor.wordWrap": "on",
"editor.fontSize": 18,
"editor.lineHeight": 1.6,
"editor.wordWrap": "on",
"editor.rulers": [
80,
120
],
"editor.cursorBlinking": "solid",
"editor.cursorSmoothCaretAnimation": "on",
"editor.renderWhitespace": "none",
"editor.unicodeHighlight.invisibleCharacters": false,
"explorer.compactFolders": false,
"explorer.decorations.colors": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"git.autofetch": true,
"git.enableCommitSigning": true,
"git.confirmSync": false,
"git.decorations.enabled": false,
"gitlens.graph.layout": "editor",
"symbols.hidesExplorerArrows": false,
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"window.zoomLevel": 0,
"workbench.editorAssociations": {
"*.pptx": "default",
"*.map": "default"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "right",
"github.copilot.editor.enableAutoCompletions": true,
"cmake.showOptionsMovedNotification": false
}