-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
69 lines (58 loc) · 1.78 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
// Place your settings in this file to overwrite the default settings
{
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"editor.stablePeek": true,
"editor.minimap.enabled": false,
"editor.wordWrap": "on",
"editor.minimap.renderCharacters": false,
"editor.cursorBlinking": "smooth",
"editor.wrappingIndent": "indent",
"workbench.editor.closeEmptyGroups": false,
"javascript.format.placeOpenBraceOnNewLineForFunctions": true,
"search.exclude": {
"**/node_modules": true,
"**/bower_components": true,
"**/test_reports": true,
"*.cache": true,
"*.log": true,
"*.svg": true,
"**/images": true,
"**/tmp": true,
"**/test-dist": true
},
"window.zoomLevel": 0,
"files.watcherExclude": {
"**/.git/**": true,
"**/node_modules/**": true,
"**/tmp/**": true,
"**/vendor/**": true,
"**/test_reports/**": true,
"**/log/**": true
},
"extensions.autoUpdate": false,
"explorer.confirmDelete": false,
"gitlens.blame.avatars": false,
"gitlens.hovers.enabled": false,
"gitlens.recentChanges.highlight.locations": [
"gutter",
"overview"
],
"gitlens.explorers.avatars": false,
"gitlens.advanced.messages": {
"suppressCommitHasNoPreviousCommitWarning": false,
"suppressCommitNotFoundWarning": false,
"suppressFileNotUnderSourceControlWarning": false,
"suppressGitVersionWarning": false,
"suppressLineUncommittedWarning": false,
"suppressNoRepositoryWarning": false,
"suppressResultsExplorerNotice": false,
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"gitlens.blame.ignoreWhitespace": true,
"explorer.confirmDragAndDrop": false,
"breadcrumbs.enabled": true
}