-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
66 lines (65 loc) · 2.41 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
{
"workbench.iconTheme": "material-icon-theme",
"telemetry.enableTelemetry": false,
"telemetry.enableCrashReporter": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"explorer.confirmDelete": false,
"workbench.colorTheme": "Tokyo Night Storm",
"zenMode.fullScreen": false,
"files.autoSave": "onFocusChange",
"editor.fontFamily": "'FiraCode Nerd Font', 'monospace', monospace, 'Droid Sans Fallback'",
"editor.renderWhitespace": "none",
"editor.cursorStyle": "underline-thin",
"files.exclude": {
"**/.idea": true
},
"editor.autoClosingBrackets": "beforeWhitespace",
"editor.autoClosingQuotes": "beforeWhitespace",
"editor.linkedEditing": true,
"editor.mouseWheelZoom": true,
"editor.padding.top": 3,
"editor.padding.bottom": 3,
"editor.smoothScrolling": true,
"editor.stickyTabStops": true,
"editor.unfoldOnClickAfterEndOfLine": true,
"editor.wordWrapColumn": 120,
"editor.wordWrap": "on",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": true,
"editor.fontLigatures": true,
"diffEditor.codeLens": true,
"editor.minimap.enabled": false,
"editor.inlineSuggest.enabled": true,
"editor.suggest.localityBonus": true,
"editor.suggest.preview": true,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"workbench.hover.delay": 250,
"workbench.list.automaticKeyboardNavigation": false,
"workbench.list.smoothScrolling": true,
"workbench.startupEditor": "readme",
"workbench.preferredDarkColorTheme": "Tokyo Night",
"workbench.preferredLightColorTheme": "Tokyo Night Light",
"workbench.tips.enabled": false,
"workbench.tree.indent": 6,
"workbench.editor.closeOnFileDelete": true,
"workbench.editor.limit.enabled": true,
"workbench.editor.scrollToSwitchTabs": true,
"zenMode.hideLineNumbers": false,
"explorer.confirmDragAndDrop": false,
"explorer.incrementalNaming": "smart",
"extensions.supportUntrustedWorkspaces": {
},
"terminal.external.linuxExec": "alacritty",
"terminal.integrated.localEchoExcludePrograms": [
"vim",
"vi",
"nano",
"tmux",
"nvim"
],
"security.workspace.trust.enabled": false,
"security.workspace.trust.emptyWindow": false
}