forked from pepelsbey/playground
-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
49 lines (40 loc) · 1.29 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
{
"window.zoomLevel": 1,
"update.showReleaseNotes": false,
"workbench.tips.enabled": false,
"workbench.colorTheme": "GitHub Light",
"workbench.editor.untitled.hint": "hidden",
"workbench.iconTheme": "vs-minimal",
"workbench.startupEditor": "newUntitledFile",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.cursorSmoothCaretAnimation": true,
"editor.fontFamily": "JetBrains Mono, Consolas, monospace",
"editor.fontSize": 14,
"editor.hover.enabled": false,
"editor.lightbulb.enabled": false,
"editor.minimap.enabled": false,
"editor.smoothScrolling": true,
"editor.wordSeparators": "`~!@#$%^&*()-_=+[{]}\\|;:'\",.<>/?",
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"terminal.integrated.fontSize": 14,
"terminal.integrated.profiles.osx": {
"Bash": {
"path": "/usr/local/bin/bash"
}
},
"terminal.integrated.defaultProfile.osx": "Bash",
"git.autofetch": true,
"git.autofetchPeriod": 30,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"git.rebaseWhenSync": true,
"extensions.ignoreRecommendations": true,
"stylelint.validate": [
"css"
],
"githubPullRequests.defaultMergeMethod": "squash"
}