generated from gogolcorp/go-yave
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvscode-settings.json
45 lines (37 loc) · 1.53 KB
/
vscode-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
{
"git.autofetch": true,
"git.confirmSync": false,
"files.autoSave": "afterDelay",
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"editor.cursorBlinking": "smooth",
"editor.cursorStyle": "block",
"editor.cursorSmoothCaretAnimation": "on",
"editor.fontFamily": "'FiraCode Nerd Font Mono', 'monospace'",
"editor.fontLigatures": true,
"editor.formatOnSave": false,
"editor.inlineSuggest.enabled": true,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"workbench.activityBar.iconClickBehavior": "focus",
"workbench.editor.decorations.badges": true,
"workbench.editor.decorations.colors": true,
"workbench.editor.wrapTabs": true,
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Ayu Dark Bordered",
"workbench.preferredDarkColorTheme": "Material Theme Ocean High Contrast",
"material-icon-theme.activeIconPack": "vue",
"material-icon-theme.folders.color": "#fdd835",
"material-icon-theme.folders.theme": "specific",
"material-icon-theme.opacity": 1,
"material-icon-theme.saturation": null,
"terminal.integrated.cursorBlinking": true,
"terminal.integrated.fontFamily": "'FiraCode Nerd Font Mono', monospace",
"terminal.integrated.confirmOnKill": "never",
"terminal.integrated.cursorStyle": "underline",
"window.newWindowDimensions": "maximized",
"go.buildOnSave": "off",
"go.lintOnSave": "off",
"go.toolsManagement.autoUpdate": true,
"go.lintTool": "golangci-lint"
}