Skip to content

Instantly share code, notes, and snippets.

@bkeating
Created December 17, 2019 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bkeating/39a9db2a46173b2cd55a0f1450d03c04 to your computer and use it in GitHub Desktop.
Save bkeating/39a9db2a46173b2cd55a0f1450d03c04 to your computer and use it in GitHub Desktop.
{
"editor.fontFamily": "OperatorMonoLig-Book",
"editor.fontLigatures": true,
"eslint.autoFixOnSave": true,
"files.eol": "\n",
"workbench.colorTheme": "One Dark Pro",
"breadcrumbs.enabled": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"indentRainbow.tabmixColor": "rgba(128,32,96,0.2)",
"workbench.tree.indent": 20,
"workbench.startupEditor": "newUntitledFile",
"git.autofetch": true,
"window.zoomLevel": 0,
"editor.tabSize": 2,
"editor.minimap.enabled": true,
"material-icon-theme.activeIconPack": "react",
"material-icon-theme.hidesExplorerArrows": true,
"material-icon-theme.saturation": 0.5,
"workbench.iconTheme": "material-icon-theme",
"editor.minimap.renderCharacters": false,
"editor.minimap.maxColumn": 200,
"editor.minimap.showSlider": "always",
"editor.renderWhitespace": "all",
"editor.cursorBlinking": "phase",
"files.insertFinalNewline": true,
"files.trimTrailingWhitespace": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"workbench.settings.enableNaturalLanguageSearch": false,
"emmet.triggerExpansionOnTab": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment