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.

Revisions

  1. frostmark created this gist May 8, 2017.
    18 changes: 18 additions & 0 deletions settings.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,18 @@
    {
    "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
    }