Skip to content

Instantly share code, notes, and snippets.

@vizjerai
Last active April 24, 2019 13:11
Show Gist options
  • Save vizjerai/fb2f94f37a51f6728e5e315c511a70fe to your computer and use it in GitHub Desktop.
Save vizjerai/fb2f94f37a51f6728e5e315c511a70fe to your computer and use it in GitHub Desktop.
Visual Studio Code customizations
{
"git.path": "/usr/local/bin/git",
"editor.formatOnPaste": true,
"editor.renderWhitespace": "boundary",
"esQuotes.defaultQuote": "'",
"explorer.autoReveal": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"javascript.preferences.quoteStyle": "single",
"javascript.updateImportsOnFileMove.enabled": "always",
"window.zoomLevel": 0,
"workbench.editor.enablePreview": false,
"typescript.updateImportsOnFileMove.enabled": "always",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingJsxExpressionBraces": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingTemplateStringBraces": true,
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.preferences.quoteStyle": "single",
"editor.fontSize": 14,
"workbench.statusBar.feedback.visible": false,
"breadcrumbs.enabled": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment