Skip to content

Instantly share code, notes, and snippets.

@RoryDungan
Last active August 16, 2018 04:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
VS Code settings
{
"workbench.activityBar.visible": true,
"editor.wordWrap": "off",
"editor.minimap.enabled": true,
"editor.minimap.renderCharacters": false,
//**/
"editor.fontFamily": "Fira Code",
"editor.fontSize": 14.5,
"editor.letterSpacing": -0.7,
"workbench.colorTheme": "One Dark Pro",
/*
"editor.fontFamily": "Input Mono",
"editor.fontSize": 14.25,
"editor.letterSpacing": -0.8,
/*
"editor.fontFamily": "Iosevka",
"editor.fontSize": 15,
"editor.letterSpacing": 0.25,
"workbench.colorTheme": "One Monokai",
/*
"editor.fontFamily": "mononoki",
"editor.fontSize": 14.75,
"editor.letterSpacing": -0.5,
"workbench.colorTheme": "Monokai",
//*/
"editor.fontLigatures": true,
"vim.disableAnnoyingNeovimMessage": true,
"vim.useSystemClipboard": true,
"window.menuBarVisibility": "default",
"vsicons.dontShowNewVersionMessage": true,
"editor.tabSize": 4,
"vsicons.projectDetection.autoReload": true,
"editor.rulers": [
80
],
"explorer.confirmDelete": false,
"files.trimTrailingWhitespace": true,
"workbench.iconTheme": "vscode-icons",
"window.titleBarStyle": "custom",
"breadcrumbs.enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment