Skip to content

Instantly share code, notes, and snippets.

@Spikeysanju
Created November 3, 2023 19:53
Show Gist options
  • Save Spikeysanju/ae9466003a0061e979299d778b40dcef to your computer and use it in GitHub Desktop.
Save Spikeysanju/ae9466003a0061e979299d778b40dcef to your computer and use it in GitHub Desktop.
VS Code font settings.
"editor.cursorBlinking": "smooth",
"editor.cursorSmoothCaretAnimation": "on",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.fontFamily": "'Zed Mono', Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": "'calt', 'ss01'",
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"editor.inlineSuggest.enabled": true,
"editor.linkedEditing": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.smoothScrolling": true,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment