Skip to content

Instantly share code, notes, and snippets.

@frostmark
Created May 8, 2017 17:17
Show Gist options
  • Save frostmark/556c224693f755768b673d10bfcd5527 to your computer and use it in GitHub Desktop.
Save frostmark/556c224693f755768b673d10bfcd5527 to your computer and use it in GitHub Desktop.
settings for vscode
{
"window.zoomLevel": 0,
"editor.fontSize": 13,
"editor.tabSize": 2,
"editor.wordWrap": "on",
"editor.minimap.maxColumn": 120,
"editor.wordWrapColumn": 100,
"editor.renderWhitespace": "all",
"workbench.colorTheme": "Monokai Dimmed",
"diffEditor.renderSideBySide": true,
"explorer.autoReveal": false,
"workbench.iconTheme": "vs-seti",
"vsicons.presets.hideFolders": true,
"workbench.sideBar.location": "right",
"window.menuBarVisibility": "toggle",
"workbench.activityBar.visible": true,
"editor.formatOnPaste": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment