forked from rwbva/mac-setup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
49 lines (49 loc) · 1.7 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
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Monokai",
"workbench.activityBar.visible": false,
"workbench.iconTheme": "material-icon-theme",
"workbench.statusBar.feedback.visible": false,
"workbench.list.openMode": "doubleClick",
"workbench.tips.enabled": false,
"workbench.enableExperiments": false,
"workbench.editor.tabSizing": "shrink",
"editor.fontSize": 12,
"editor.tabSize": 2,
"editor.multiCursorModifier": "ctrlCmd",
"editor.wordWrap": "on",
"editor.minimap.enabled": false,
"editor.detectIndentation": false,
"editor.dragAndDrop": false,
"editor.renderLineHighlight": "all",
"editor.formatOnSave": true,
"problems.decorations.enabled": false,
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"explorer.openEditors.visible": 0,
"explorer.decorations.colors": false,
"explorer.autoReveal": false,
"breadcrumbs.enabled": true,
"breadcrumbs.symbolPath": "off",
"terminal.integrated.rendererType": "dom",
"extensions.showRecommendationsOnlyOnDemand": true,
"extensions.ignoreRecommendations": true,
"files.insertFinalNewline": true,
"files.exclude": {
"**/node_modules/": true,
"**/.localized": true
},
"html.autoClosingTags": false,
"npm.enableScriptExplorer": true,
"material-icon-theme.folders.theme": "classic",
"material-icon-theme.hidesExplorerArrows": true,
"material-icon-theme.folders.color": "#90a4ae",
"material-icon-theme.opacity": 0.8,
"bracketPairColorizer.activeScopeCSS": [
"borderColor : {color}; opacity: 0.5",
"backgroundColor : {color}"
],
"eslint.autoFixOnSave": true,
"bracketPairColorizer.highlightActiveScope": true,
"prettier.eslintIntegration": true
}