Skip to content

Instantly share code, notes, and snippets.

@makirby
Created April 10, 2017 07:41
Show Gist options
  • Save makirby/2258b0a2a829c7a86c409201a1e3f78e to your computer and use it in GitHub Desktop.
Save makirby/2258b0a2a829c7a86c409201a1e3f78e to your computer and use it in GitHub Desktop.
VS CODE SETTINGD
// Place your settings in this file to overwrite the default settings
{
"editor.rulers": [
100
],
"editor.tabSize": 2,
"editor.renderIndentGuides": true,
"editor.fontSize": 12,
"editor.wordWrap": "wordWrapColumn",
"workbench.statusBar.visible": true,
"workbench.activityBar.visible": false,
"editor.wordWrapColumn": 200,
"javascript.validate.enable": false,
"editor.minimap.enabled": true,
"explorer.openEditors.visible": 0,
"explorer.autoReveal": false,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"git.autofetch": false,
"files.hotExit": "off",
"react.beautify.formatter": "esformatter",
"window.titleBarStyle": "native",
"workbench.welcome.enabled": false,
"workbench.iconTheme": "vs-seti",
"window.zoomLevel": -0.5,
"flow.useNPMPackagedFlow": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment