Skip to content

Instantly share code, notes, and snippets.

@guschnwg
Created March 15, 2019 10:40
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 guschnwg/724a6154ace3439a48a03bcf1c29e2cf to your computer and use it in GitHub Desktop.
Save guschnwg/724a6154ace3439a48a03bcf1c29e2cf to your computer and use it in GitHub Desktop.
{
"editor.fontWeight": "600",
"editor.minimap.enabled": false,
"files.insertFinalNewline": true,
"workbench.startupEditor": "none",
"workbench.useExperimentalGridLayout": true,
"workbench.sideBar.location": "right",
"workbench.tips.enabled": false,
"workbench.list.horizontalScrolling": true,
"breadcrumbs.enabled": true,
"workbench.editor.enablePreview": false,
"workbench.editor.enablePreviewFromQuickOpen": false,
"workbench.editor.labelFormat": "short",
"workbench.iconTheme": "vscode-icons",
"workbench.colorTheme": "Dracula",
"eslint.alwaysShowStatus": true,
"eslint.autoFixOnSave": true,
"explorer.confirmDelete": false,
"editor.tabSize": 2,
"git.autofetch": true,
"eslint.nodePath": "./node_modules/eslint/bin",
"eslint.validate": [
"javascript",
"javascriptreact",
{
"language": "vue",
"autoFix": true
}
],
"editor.insertSpaces": true,
"editor.detectIndentation": false,
"explorer.confirmDragAndDrop": false,
"window.zoomLevel": 0,
"window.titleBarStyle": "custom",
"gitlens.codeLens.authors.enabled": false,
"gitlens.codeLens.recentChange.enabled": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment