Create beautiful, customizable code snippet images for your projects, blog posts, or social media. Created from this Medium article.
// Editor basics
"editor.fontSize": 14,
"editor.fontFamily": "FiraCode Nerd Font, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
"editor.wordWrap": "on",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": true,
"editor.renderWhitespace": "boundary",
"editor.linkedEditing": true,
"editor.occurrencesHighlight": true,
"editor.suggestSelection": "first",
"editor.tabSize": 2,1// Editor basics
2"editor.fontSize": 14,
3"editor.fontFamily": "FiraCode Nerd Font, Consolas, 'Courier New', monospace",
4"editor.fontLigatures": true,
5"editor.wordWrap": "on",
6"editor.bracketPairColorization.enabled": true,
7"editor.guides.bracketPairs": true,
8"editor.renderWhitespace": "boundary",
9"editor.linkedEditing": true,
10"editor.occurrencesHighlight": true,
11"editor.suggestSelection": "first",
12"editor.tabSize": 2,