-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
92 lines (92 loc) · 3.63 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
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
82
83
84
85
86
87
88
89
90
91
92
{
"workbench.colorTheme": "Community Material Theme Darker High Contrast",
"git.autofetch": true,
"git.enableSmartCommit": true,
"explorer.confirmDragAndDrop": false,
"editor.fontFamily": "Fira Code",
"editor.fontSize": 16,
"editor.fontLigatures": true,
"breadcrumbs.enabled": true,
"atomKeymap.promptV3Features": true,
"editor.formatOnPaste": true,
"editor.wordWrap": "on",
"editor.multiCursorModifier": "ctrlCmd",
"editor.cursorBlinking": "solid",
"editor.minimap.enabled": false,
"editor.renderWhitespace": "boundary",
"extensions.ignoreRecommendations": true,
"workbench.editor.enablePreview": false,
"workbench.editor.tabCloseButton": "off",
"liveServer.settings.donotShowInfoMsg": true,
"workbench.editor.enablePreviewFromQuickOpen": false,
"window.title": "${dirty} ${activeEditorMedium}${separator}${rootName} ✨",
"files.autoSave": "afterDelay",
"editor.autoIndent": "advanced",
"window.closeWhenEmpty": true,
"editor.detectIndentation": false,
"editor.showFoldingControls": "always",
"editor.matchBrackets": "always",
"editor.scrollBeyondLastLine": true,
"workbench.activityBar.visible": false,
"git.confirmSync": false,
"terminal.integrated.shell.osx": "/bin/zsh",
"workbench.startupEditor": "none",
"editor.tabSize": 2,
"editor.cursorStyle": "line-thin",
"editor.renderIndentGuides": true,
"terminal.integrated.cursorStyle": "line",
"workbench.editor.tabSizing": "shrink",
"explorer.confirmDelete": false,
"editor.quickSuggestionsDelay": 0,
"scm.defaultViewMode": "tree",
"files.trimFinalNewlines": true,
"workbench.colorCustomizations": {
"[Material Theme Darker High Contrast]": {
"activityBarBadge.background": "#fff",
"activityBar.activeBorder": "#fff",
"list.activeSelectionForeground": "#fff",
"list.inactiveSelectionForeground": "#fff",
"list.highlightForeground": "#fff",
"scrollbarSlider.activeBackground": "#fff50",
"editorSuggestWidget.highlightForeground": "#fff",
"textLink.foreground": "#fff",
"progressBar.background": "#fff",
"pickerGroup.foreground": "#fff",
"tab.activeBorder": "#fff",
"notificationLink.foreground": "#fff",
"editorWidget.resizeBorder": "#fff",
"editorWidget.border": "#fff",
"settings.modifiedItemIndicator": "#fff",
"settings.headerForeground": "#fff",
"panelTitle.activeBorder": "#fff",
"breadcrumb.activeSelectionForeground": "#fff",
"menu.selectionForeground": "#fff",
"menubar.selectionForeground": "#fff",
"editor.findMatchBorder": "#fff",
"selection.background": "#fff40",
"statusBarItem.remoteBackground": "#fff"
}
},
"materialTheme.accent": "Graphite",
"editor.accessibilitySupport": "off",
"editor.suggest.showStatusBar": true,
"markdown.extension.toc.updateOnSave": false,
"editor.stickyTabStops": true,
"window.titleSeparator": " → ",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"workbench.tree.renderIndentGuides": "always",
"editor.renderControlCharacters": true,
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.codeLens": false,
"keyboard.touchbar.enabled": false,
"update.showReleaseNotes": false,
"workbench.enableExperiments": false,
"workbench.tips.enabled": false,
"window.zoomLevel": 2,
"workbench.productIconTheme": "fluent-icons",
"workbench.editor.wrapTabs": true,
"explorer.compactFolders": false,
"workbench.editor.pinnedTabSizing": "compact"
}