Skip to content

Instantly share code, notes, and snippets.

@wonderfulfrog
Last active April 14, 2020 21:19
Show Gist options
  • Save wonderfulfrog/c625e72451f5c94661097d708030ef31 to your computer and use it in GitHub Desktop.
Save wonderfulfrog/c625e72451f5c94661097d708030ef31 to your computer and use it in GitHub Desktop.
# Extensions
# ----------
# ue.alphabetical-sorter
# dbaeumer.vscode-eslint
# eamodio.gitlens
# esbenp.prettier-vscode
# prisma.vscode-graphql
{
"breadcrumbs.enabled": false,
"editor.cursorBlinking": "smooth",
"editor.fontFamily": "'Cascadia Code', Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.fontSize": 17,
"editor.formatOnSave": true,
"editor.letterSpacing": 0.5,
"editor.lineHeight": 36,
"editor.multiCursorModifier": "ctrlCmd",
"editor.renderWhitespace": "all",
"editor.suggestSelection": "first",
"explorer.confirmDelete": false,
"explorer.openEditors.visible": 0,
"files.trimTrailingWhitespace": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.recentChange.enabled": false,
"gitlens.views.fileHistory.enabled": true,
"gitlens.views.lineHistory.enabled": true,
"gitlens.views.repositories.enabled": false,
"telemetry.enableTelemetry": false,
"workbench.activityBar.visible": false,
"workbench.colorTheme": "Atom One Light",
"workbench.fontAliasing": "auto",
"workbench.sideBar.location": "left",
"workbench.startupEditor": "newUntitledFile",
"editor.wordWrap": "on",
"workbench.editor.closeEmptyGroups": false,
"window.zoomLevel": 0,
"vim.debug.silent": true,
}
@garrettH3S
Copy link

fontSize 16 👴

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment