Skip to content

Instantly share code, notes, and snippets.

@katsanva
Created June 22, 2018 10:28
Show Gist options
  • Save katsanva/60424f74d6d8eb9383d1c4342e1c7af4 to your computer and use it in GitHub Desktop.
Save katsanva/60424f74d6d8eb9383d1c4342e1c7af4 to your computer and use it in GitHub Desktop.
VSCode user settings
{
"workbench.iconTheme": "vscode-icons",
"prettier.trailingComma": "all",
"editor.tabSize": 2,
"javascript.preferences.quoteStyle": "single",
"typescript.preferences.quoteStyle": "single",
"prettier.singleQuote": true,
"editor.detectIndentation": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"workbench.colorTheme": "Darkula",
"files.autoSave": "afterDelay",
"git.autofetch": true,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true
},
"gitlens.historyExplorer.enabled": true,
"typescript.updateImportsOnFileMove.enabled": "always"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment