Skip to content

Instantly share code, notes, and snippets.

@mvrcelitos
mvrcelitos / settings.json
Created February 16, 2023 19:45
VSCode Settings
{
"editor.rulers" : [ 80, 120 ],
"editor.fontLigatures": true,
"editor.suggestSelection": "first",
"editor.renderLineHighlight" : "gutter",
"editor.acceptSuggestionOnCommitCharacter": false,
"workbench.editor.labelFormat": "short",
// "editor.fontWeight": 400,
"editor.fontFamily": "JetBrains Mono",