Skip to content

Instantly share code, notes, and snippets.

View bradykeeling's full-sized avatar

Brady Keeling bradykeeling

View GitHub Profile
@bradykeeling
bradykeeling / settings.json
Last active July 2, 2019 14:28
VS Code Settings
// Place your settings in this file to overwrite the default settings
{
"editor.fontFamily": "Victor Mono",
"editor.fontLigatures": true,
"editor.fontSize": 12.5,
"editor.lineHeight": 30,
"editor.fontWeight": "700",
"editor.cursorStyle": "underline",
"editor.colorDecorators": false,
"editor.minimap.enabled": false,