Skip to content

Instantly share code, notes, and snippets.

@dy
Created July 17, 2019 15:56
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 dy/66447cae7d4695a5e8374554eae15b88 to your computer and use it in GitHub Desktop.
Save dy/66447cae7d4695a5e8374554eae15b88 to your computer and use it in GitHub Desktop.
Vscode settings
{
"workbench.colorTheme": "Eiffel",
"workbench.activityBar.visible": false,
"files.autoSave": "onFocusChange",
"files.trimTrailingWhitespace": true,
"window.menuBarVisibility": "default",
"workbench.statusBar.visible": false,
"editor.wordWrap": "on",
"files.insertFinalNewline": true,
"editor.tabSize": 2,
"editor.formatOnPaste": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.snippetSuggestions": "top",
"breadcrumbs.enabled": false,
"scm.diffDecorations": "overview",
"terminal.integrated.cursorStyle": "line",
"editor.fontLigatures": true,
"explorer.confirmDelete": false,
"javascript.updateImportsOnFileMove.enabled": "always",
"indentRainbow.colors": [
"rgba(232,232,232,.21)",
"rgba(177,213,255,.21)",
"rgba(204,235,197,.21)",
"rgba(255,255,204,.21)",
"rgba(254,227,166,.21)",
"rgba(251,180,174,.21)",
"rgba(241,219,255,.21)",
"rgba(255,255,255,.21)"
],
"editor.renderIndentGuides": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment