Created
March 15, 2019 10:40
-
-
Save guschnwg/724a6154ace3439a48a03bcf1c29e2cf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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