-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
68 lines (68 loc) · 2.65 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
{
"[git-commit]": {
"editor.rulers": [50, 72]
},
"editor.acceptSuggestionOnEnter": "on",
"editor.bracketPairColorization.enabled": true,
"editor.cursorBlinking": "phase",
"editor.cursorStyle": "block",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.dragAndDrop": false,
"editor.foldingImportsByDefault": true,
"editor.fontFamily": "'Operator Mono', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 16,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.guides.bracketPairs": "active",
"editor.lineHeight": 25,
"editor.minimap.maxColumn": 80,
"editor.minimap.showSlider": "always",
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "boundary",
"editor.rulers": [120, 80],
"editor.scrollBeyondLastLine": false,
"editor.selectionHighlight": false,
"editor.smoothScrolling": true,
"editor.snippetSuggestions": "top",
"editor.suggestFontSize": 16,
"editor.suggestLineHeight": 25,
"editor.tabCompletion": "on",
"editor.tabSize": 2,
"emmet.showSuggestionsAsSnippets": true,
"emmet.triggerExpansionOnTab": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"explorer.openEditors.visible": 4,
"files.hotExit": "onExitAndWindowClose",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"git.autofetch": true,
"html.format.indentHandlebars": true,
"html.format.wrapLineLength": 80,
"jake.autoDetect": "off",
"js/ts.implicitProjectConfig.checkJs": true,
"markdown.preview.fontFamily": "-apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol'",
"markdown.preview.fontSize": 16,
"markdown.preview.lineHeight": 1.5,
"material-icon-theme.activeIconPack": "react_redux",
"material-icon-theme.folders.theme": "classic",
"openInGitHub.gitHubDomain": "code.cargurus.com",
"openInGitHub.providerType": "github",
"security.workspace.trust.untrustedFiles": "open",
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "'Operator Mono', 'Source Code Pro for Powerline', monospace",
"terminal.integrated.fontSize": 16,
"window.closeWhenEmpty": true,
"window.newWindowDimensions": "maximized",
"window.title": "${rootName}${separator}${activeEditorMedium}${separator}${dirty}",
"workbench.colorTheme": "Moonlight II",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"files.associations": {
"COMMIT_EDITMSG": "git-commit"
},
"redhat.telemetry.enabled": true,
"prisma.showPrismaDataPlatformNotification": false
}