Skip to content

Instantly share code, notes, and snippets.

View steveoc64's full-sized avatar

SteveOC steveoc64

View GitHub Profile
@steveoc64
steveoc64 / old-settings.json
Last active April 27, 2020 00:41
VSCode User Settings - go + vuejs + vim + dvorak
{
"editor.parameterHints": false,
"editor.fontFamily": "'Droid Sans Mono'",
"editor.fontSize": 14,
"editor.tabSize": 4,
"editor.lineHeight": 17,
"window.zoomLevel": 1,
"go.buildOnSave": "workspace",
"go.lintOnSave": "workspace",
"go.vetOnSave": "workspace",