Skip to content

Instantly share code, notes, and snippets.

@ppenelon
Last active August 3, 2020 15:08
Show Gist options
  • Select an option

  • Save ppenelon/b18c3b79fe4aa650910e41a83695a911 to your computer and use it in GitHub Desktop.

Select an option

Save ppenelon/b18c3b79fe4aa650910e41a83695a911 to your computer and use it in GitHub Desktop.
VSCode settings
{
"workbench.editor.enablePreview": false,
"explorer.confirmDragAndDrop": false,
"editor.minimap.enabled": false,
"workbench.iconTheme": "material-icon-theme",
"explorer.autoReveal": false,
"workbench.tree.renderIndentGuides": "none",
"search.location": "sidebar",
"workbench.editor.showTabs": true,
"diffEditor.renderSideBySide": false,
"files.autoSave": "off",
"terminal.integrated.confirmOnExit": true,
"terminal.integrated.scrollback": 2500,
"explorer.compactFolders": false,
"editor.renderWhitespace": "none",
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontLigatures": true
}
@ppenelon
Copy link
Copy Markdown
Author

ppenelon commented Aug 3, 2020

Font: Fira Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment