Skip to content

Instantly share code, notes, and snippets.

@hapo31
Created October 10, 2018 12:27
Show Gist options
  • Save hapo31/7053e88e711842528e426783b25b637a to your computer and use it in GitHub Desktop.
Save hapo31/7053e88e711842528e426783b25b637a to your computer and use it in GitHub Desktop.
vscode settings
{
"window.zoomLevel": 0,
"editor.fontSize": 12,
"terminal.integrated.fontSize": 12,
"workbench.startupEditor": "newUntitledFile",
"editor.renderWhitespace": "boundary",
"files.trimTrailingWhitespace": true,
"extensions.ignoreRecommendations": false,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.eol": "\n",
"git.confirmSync": false,
"typescript.implementationsCodeLens.enabled": true,
"javascript.referencesCodeLens.enabled": true,
"editor.formatOnType": true,
"terminal.integrated.shell.windows": "C:\\Windows\\System32\\bash.exe",
"editor.formatOnSave": true,
"javascript.format.enable": false,
"prettier.eslintIntegration": true,
"emmet.triggerExpansionOnTab": true,
"workbench.iconTheme": "material-icon-theme",
"[json]": {
"editor.formatOnSave": false
},
"editor.tabSize": 2,
"typescript.updateImportsOnFileMove.enabled": "always",
"git.enableSmartCommit": true,
"git.autofetch": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment