dotfiles/vscode/settings.json
2022-04-07 23:10:15 +03:00

29 lines
No EOL
969 B
JSON

{
"update.showReleaseNotes": false,
"workbench.tips.enabled": false,
"window.titleBarStyle": "custom",
"workbench.startupEditor": "readme",
"workbench.editor.untitled.hint": "hidden",
"extensions.ignoreRecommendations": true,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"terminal.integrated.fontSize": 15,
"files.trimTrailingWhitespace": true,
"editor.fontFamily": "Jetbrains Mono, monospace",
"editor.cursorBlinking": "expand",
"editor.fontSize": 16,
"editor.smoothScrolling": true,
"editor.inlineSuggest.enabled": true,
"editor.minimap.enabled": false,
"editor.hover.enabled": true,
"editor.mouseWheelZoom": true,
"editor.formatOnSave": true,
"editor.tabSize": 4,
"git.autofetch": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"go.formatTool": "gofumpt",
"window.menuBarVisibility": "compact",
"workbench.activityBar.visible": false,
}