Skip to content

Instantly share code, notes, and snippets.

@fieldAbyss
fieldAbyss / settings.json
Last active April 28, 2019 06:55
VS code settings.json
{
"editor.fontSize": 14,
"editor.fontFamily": "Ricty Diminished",
"editor.renderWhitespace": "boundary",
"editor.minimap.enabled": true,
"editor.renderControlCharacters": false,
"editor.suggestSelection": "first",
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Slime",
"workbench.iconTheme": "material-icon-theme",